Add gunicorn

This commit is contained in:
2022-03-24 22:24:50 +03:00
parent d77677f1fc
commit f87a352012
3 changed files with 81 additions and 61 deletions

View File

@@ -20,6 +20,7 @@ httpx = "^0.22.0"
meilisearch = "^0.18.0"
prometheus-fastapi-instrumentator = "^5.7.1"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"