diff --git a/setup.py b/setup.py index 0f78330..a5dd517 100644 --- a/setup.py +++ b/setup.py @@ -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",