Future proof usage of async_timeout

This commit is contained in:
Imayhaveborkedit
2023-10-24 16:07:56 -04:00
committed by GitHub
parent ef0944047e
commit c7edfc7c16
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1,2 @@
aiohttp>=3.7.4,<4
async-timeout>=4.0,<5.0; python_version<"3.11"