Add gunicorn

This commit is contained in:
2022-03-24 22:34:05 +03:00
parent 036c1b92bb
commit 50cf387efc
3 changed files with 57 additions and 6 deletions

View File

@@ -12,6 +12,8 @@ meilisearch = "^0.18.0"
asyncpg = "^0.25.0"
uvicorn = {extras = ["standart"], version = "^0.17.1"}
httpx = "^0.22.0"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
pre-commit = "^2.17.0"