Skip to content

Commit

Permalink
Fix a crash occuring when importing aiohttp (#1180) (#1190)
Browse files Browse the repository at this point in the history
Caused by async-timeout>=4.0.0
  • Loading branch information
lel-amri committed Sep 14, 2022
1 parent d542d86 commit 9437120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ asyncssh==1.18.0

# Network
aiohttp==2.3.9
async-timeout<4.0.0
requests==2.25.1
urllib3==1.26.5

Expand Down

0 comments on commit 9437120

Please sign in to comment.