Configure uvicorn

This commit is contained in:
2022-03-23 12:49:40 +03:00
parent a3a02a0198
commit d77677f1fc
3 changed files with 39 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ aioredis = "^2.0.0"
httpx = "^0.22.0"
meilisearch = "^0.18.0"
prometheus-fastapi-instrumentator = "^5.7.1"
uvloop = "^0.16.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"