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

2
poetry.lock generated
View File

@@ -569,7 +569,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "74bfb8491791cc118d433045fd40978f76b9cefdcfa54b25bb22d8f43fc31d21"
content-hash = "75bba8ae4fd1abaa5ed5bfab96b23da1b463a526c311cc80dad85c1c6f35c923"
[metadata.files]
aiogram = [

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"}