We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc284ac commit 8214c64Copy full SHA for 8214c64
setup.py
@@ -24,7 +24,7 @@
24
"requests >= 2.0.0",
25
"PyJWT >= 2.0.0, < 3.0.0",
26
"aiohttp>=3.8.4",
27
- "aiohttp-retry>=2.8.3",
+ "aiohttp-retry==2.8.3",
28
],
29
packages=find_packages(exclude=["tests", "tests.*"]),
30
include_package_data=True,
0 commit comments