Skip to content

Commit 9b85da1

Browse files
committed
Set aiohttp to >=3.7.4,<4
1 parent 92b63f4 commit 9b85da1

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<4', 'async_timeout<4'],
30+
install_requires=['aiohttp>=3.7.4,<4', 'async_timeout<4'],
3131
packages=['glances_api'],
3232
zip_safe=True,
3333
classifiers=[

0 commit comments

Comments
 (0)