We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ecf7e commit 15110e7Copy full SHA for 15110e7
1 file changed
setup.py
@@ -23,7 +23,7 @@
23
author="Fabian Affolter",
24
author_email="fabian@affolter-engineering.ch",
25
license="Apache License 2.0",
26
- install_requires=["aiohttp", "async_timeout"],
+ install_requires=["aiohttp<4", "async_timeout<4"],
27
packages=find_packages(),
28
zip_safe=True,
29
include_package_data=True,
0 commit comments