Skip to content

Commit 15110e7

Browse files
committed
Limit release of dependencies
1 parent b0ecf7e commit 15110e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author="Fabian Affolter",
2424
author_email="fabian@affolter-engineering.ch",
2525
license="Apache License 2.0",
26-
install_requires=["aiohttp", "async_timeout"],
26+
install_requires=["aiohttp<4", "async_timeout<4"],
2727
packages=find_packages(),
2828
zip_safe=True,
2929
include_package_data=True,

0 commit comments

Comments
 (0)