Skip to content

Commit e74d144

Browse files
authored
Limit requirements
1 parent c930136 commit e74d144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author='Fabian Affolter',
2828
author_email='[email protected]',
2929
license='MIT',
30-
install_requires=['aiohttp', 'async_timeout'],
30+
install_requires=['aiohttp<4', 'async_timeout<4'],
3131
packages=['glances_api'],
3232
zip_safe=True,
3333
classifiers=[

0 commit comments

Comments
 (0)