Skip to content

Commit 8214c64

Browse files
committed
reverting aiohttp-retry version in setup
1 parent cc284ac commit 8214c64

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
@@ -24,7 +24,7 @@
2424
"requests >= 2.0.0",
2525
"PyJWT >= 2.0.0, < 3.0.0",
2626
"aiohttp>=3.8.4",
27-
"aiohttp-retry>=2.8.3",
27+
"aiohttp-retry==2.8.3",
2828
],
2929
packages=find_packages(exclude=["tests", "tests.*"]),
3030
include_package_data=True,

0 commit comments

Comments
 (0)