fastapi: implement server with same back compatibility as before

This commit is contained in:
2023-07-29 15:59:25 +02:00
parent 3908c1ca53
commit 224afc6f28
5 changed files with 419 additions and 16 deletions

View File

@@ -18,6 +18,8 @@ sortedcontainers = "^2.4.0"
loguru = "^0.7.0"
pydantic-settings = "^2.0.2"
structlog = "^23.1.0"
uvicorn = {extras = ["standard"], version = "^0.23.1"}
fastapi = "^0.100.1"
[tool.poetry.group.dev.dependencies]