adds anyio dependency

This commit is contained in:
Mose Müller
2024-09-26 21:07:50 +02:00
parent 87f720f567
commit ff301f225c
2 changed files with 36 additions and 2 deletions

View File

@ -17,6 +17,7 @@ websocket-client = "^1.7.0"
aiohttp = "^3.9.3"
click = "^8.1.7"
aiohttp-middlewares = "^2.3.0"
anyio = "^4.6.0"
[tool.poetry.group.dev]
optional = true