Skip to content

Commit

Permalink
Update minimum aiohttp version. Fixes GH-35.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Oct 28, 2022
1 parent 1ac47c6 commit 6b7a148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@ def get_version():
install_requires=[
'requests',
'tenacity',
'aiohttp >= 3.7.3',
'aiohttp >= 3.8.0',
'tqdm',
'attrs',
'runstats',
Expand Down

0 comments on commit 6b7a148

Please sign in to comment.