Skip to content

Commit

Permalink
Allow async-timeout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Dec 13, 2021
1 parent 3e2c005 commit fe690d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
install_requires = [
'ConfigArgParse>=0.11.0,<2',
'aiohttp>=3.7,<4',
'async-timeout>=2,<4',
'async-timeout>=2,<5',
'appdirs>=1.4,<1.5',
'readlike>=0.1.2,<0.2',
'requests>=2.6.0,<3', # uses semantic versioning (after 2.6)
Expand Down

0 comments on commit fe690d4

Please sign in to comment.