Add gunicorn

This commit is contained in:
2022-03-24 22:32:04 +03:00
parent 7af762a918
commit fe204e5384
3 changed files with 53 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ Telethon = "^1.24.0"
cryptg = "^0.2.post4"
prometheus-fastapi-instrumentator = "^5.7.1"
psycopg2-binary = "^2.9.3"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"