Use gunicorn

This commit is contained in:
2023-05-19 18:34:19 +02:00
parent 2c846fa2fc
commit eb2d8a0584
3 changed files with 26 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ prometheus-fastapi-instrumentator = "^6.0.0"
uvloop = "^0.17.0"
sentry-sdk = "^1.22.2"
redis = {extras = ["hiredis"], version = "^4.5.5"}
gunicorn = "^20.1.0"
[tool.poetry.group.dev.dependencies]
pre-commit = "^2.21.0"