Add uvloop

This commit is contained in:
2022-03-24 22:32:52 +03:00
parent e5b56a3c15
commit ca6e4d9951
3 changed files with 53 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ ormar = {extras = ["postgresql"], version = "^0.10.23"}
uvicorn = {extras = ["standart"], version = "^0.16.0"}
arq = "^0.22"
prometheus-fastapi-instrumentator = "^5.7.1"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]