replaces fastapi with aiohttp

This commit is contained in:
Mose Müller
2024-07-25 08:23:56 +02:00
parent fc738e2743
commit fdb17e44e2
3 changed files with 225 additions and 303 deletions

View File

@ -9,14 +9,14 @@ packages = [{ include = "pydase", from = "src" }]
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.108.0"
uvicorn = "^0.27.0"
toml = "^0.10.2"
python-socketio = "^5.8.0"
confz = "^2.0.0"
pint = "^0.24"
websocket-client = "^1.7.0"
aiohttp = "^3.9.3"
click = "^8.1.7"
aiohttp-middlewares = "^2.3.0"
[tool.poetry.group.dev]
optional = true