Skip to content

Commit bb6d73d

Browse files
committed
Allow later async_timeout
1 parent 64b99fa commit bb6d73d

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
@@ -19,7 +19,7 @@
1919
author="Fabian Affolter",
2020
author_email="[email protected]",
2121
license="Apache License 2.0",
22-
install_requires=["aiohttp<4", "async_timeout<4", "click", "setuptools"],
22+
install_requires=["aiohttp<4", "async_timeout<5", "click", "setuptools"],
2323
packages=find_packages(),
2424
zip_safe=True,
2525
include_package_data=True,

0 commit comments

Comments
 (0)