Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14056a8

Browse files
Update setup.py
1 parent a754036 commit 14056a8

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
@@ -23,7 +23,7 @@
2323
install_requires=[
2424
"requests >= 2.0.0",
2525
"PyJWT >= 2.0.0, < 3.0.0",
26-
"aiohttp>=3.9.0",
26+
"aiohttp>=3.8.4",
2727
"aiohttp-retry>=2.8.3",
2828
],
2929
packages=find_packages(exclude=["tests", "tests.*"]),

0 commit comments

Comments
 (0)