adds aiohttp to python deps (used for socketio.AsyncClient)

This commit is contained in:
Mose Müller 2024-04-04 16:24:27 +02:00
parent 9cb667581a
commit 690ecd7317
2 changed files with 731 additions and 301 deletions

1031
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,7 @@ confz = "^2.0.0"
pint = "^0.22"
pillow = "^10.0.0"
websocket-client = "^1.7.0"
aiohttp = "^3.9.3"
[tool.poetry.group.dev]
optional = true