Use uvicorn

This commit is contained in:
2023-05-14 16:15:36 +02:00
parent d8fdd610ea
commit f11b396d29
3 changed files with 61 additions and 88 deletions

View File

@@ -13,12 +13,11 @@ uvicorn = {extras = ["standard"], version = "^0.22.0"}
arq = "^0.25.0"
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"
ormar = {extras = ["postgresql"], version = "^0.12.1"}
pydantic = "^1.10.4"
redis = {version = "4.5.4", extras = ["hiredis"]}
redis = {extras = ["hiredis"], version = "^4.5.5"}
msgpack = "^1.0.5"
[tool.poetry.group.dev.dependencies]