Add async-timeout to dependencies

For some reason, async-timeout needs to be specifically marked as >=4
when using the aiohttp package.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-23 20:54:54 -07:00
parent 2504dfeee6
commit 3893b37401
2 changed files with 220 additions and 48 deletions

View File

@@ -8,6 +8,7 @@ async-irc = "*"
toml = {version="*", markers="python_version < '3.11'"}
types-toml = "*"
"aiohttp[speedups]" = "*"
async-timeout = ">=4"
[dev-packages]
mypy = "*"