Add gunicorn

This commit is contained in:
2022-03-24 22:37:37 +03:00
parent 2795f9b5fd
commit bd91e4fba8
3 changed files with 53 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ python-multipart = "^0.0.5"
aiofiles = "^0.8.0"
uvicorn = {extras = ["standart"], version = "^0.16.0"}
httpx = "^0.22.0"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]