We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b63f4 commit 9b85da1Copy full SHA for 9b85da1
setup.py
@@ -27,7 +27,7 @@
27
author='Fabian Affolter',
28
author_email='[email protected]',
29
license='MIT',
30
- install_requires=['aiohttp<4', 'async_timeout<4'],
+ install_requires=['aiohttp>=3.7.4,<4', 'async_timeout<4'],
31
packages=['glances_api'],
32
zip_safe=True,
33
classifiers=[
0 commit comments