Add gunicorn

This commit is contained in:
2022-03-24 22:40:11 +03:00
parent c8373f936b
commit a85a53adfe
3 changed files with 80 additions and 9 deletions

View File

@@ -11,6 +11,8 @@ alembic = "^1.7.5"
ormar = {extras = ["postgresql"], version = "^0.10.23"}
uvicorn = {extras = ["standart"], version = "^0.16.0"}
httpx = "^0.22.0"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]