Add gunicorn

This commit is contained in:
2022-03-24 23:40:01 +03:00
parent 11a283a721
commit 9284f78332
3 changed files with 257 additions and 224 deletions

View File

@@ -15,6 +15,9 @@ httpx = "^0.22.0"
aioredis = "^2.0.1"
orjson = "^3.6.6"
prometheus-fastapi-instrumentator = "^5.7.1"
asyncpg = "<0.25"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]