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 c930136 commit e74d144Copy full SHA for e74d144
setup.py
@@ -27,7 +27,7 @@
27
author='Fabian Affolter',
28
author_email='[email protected]',
29
license='MIT',
30
- install_requires=['aiohttp', 'async_timeout'],
+ install_requires=['aiohttp<4', 'async_timeout<4'],
31
packages=['glances_api'],
32
zip_safe=True,
33
classifiers=[
0 commit comments