Use uvicorn

This commit is contained in:
2023-05-14 15:59:37 +02:00
parent e102ad73f3
commit 2ebd86e692
3 changed files with 56 additions and 83 deletions

View File

@@ -17,9 +17,8 @@ httpx = "^0.24.0"
telethon = "^1.28.5"
prometheus-fastapi-instrumentator = "^6.0.0"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.8.11"
sentry-sdk = "^1.22.1"
orjson = "^3.8.12"
sentry-sdk = "^1.22.2"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"