Use uvicorn[standart]

This commit is contained in:
2021-11-14 12:01:15 +03:00
parent 9273fc80e9
commit 8fde21efc4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.68.1"
uvicorn = "^0.15.0"
uvicorn = {extras = ["standart"], version = "^0.15.0"}
ormar = "^0.10.19"
alembic = "^1.7.3"
pydantic = {extras = ["dotenv"], version = "^1.8.2"}