Add gunicorn

This commit is contained in:
2022-03-24 22:30:49 +03:00
parent 7231b10bf8
commit 32bb885121
3 changed files with 53 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ httpx = "^0.21.1"
transliterate = "^1.10.2"
uvicorn = {extras = ["standart"], version = "^0.16.0"}
prometheus-fastapi-instrumentator = "^5.7.1"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]