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 64b99fa commit bb6d73dCopy full SHA for bb6d73d
setup.py
@@ -19,7 +19,7 @@
19
author="Fabian Affolter",
20
author_email="[email protected]",
21
license="Apache License 2.0",
22
- install_requires=["aiohttp<4", "async_timeout<4", "click", "setuptools"],
+ install_requires=["aiohttp<4", "async_timeout<5", "click", "setuptools"],
23
packages=find_packages(),
24
zip_safe=True,
25
include_package_data=True,
0 commit comments