enforce Python3 via Setuptools

This commit is contained in:
prash3r 2021-03-08 17:55:18 +01:00
parent 7a5e852121
commit c404ce19fa

View file

@ -14,6 +14,8 @@ setup(name='cbpi',
'': ['*.txt', '*.rst', '*.yaml'],
'cbpi': ['*','*.txt', '*.rst', '*.yaml']},
python_requires='>=3',
install_requires=[
"aiohttp==3.7.4",
"aiohttp-auth==0.1.1",