Remove async_timeout requirement

It was causing some dependency issues
This commit is contained in:
Rapptz
2024-05-16 18:48:21 -04:00
parent 2751b55357
commit d53877f2cb
2 changed files with 33 additions and 36 deletions

View File

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