Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 6254103

Browse files
committed
bump aiohttp version to <4
Signed-off-by: Florian Scherf <f.scherf@pengutronix.de>
1 parent 4551b89 commit 6254103

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
@@ -10,7 +10,7 @@
1010
url='https://github.com/pengutronix/aiohttp-json-rpc/',
1111
author_email='f.scherf@pengutronix.de',
1212
license='Apache 2.0',
13-
install_requires=['aiohttp>=3,<3.6'],
13+
install_requires=['aiohttp>=3,<4'],
1414
python_requires='>=3.5',
1515
packages=find_packages(),
1616
zip_safe=False,

0 commit comments

Comments
 (0)