mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 12:35:39 +01:00
Use uvicorn[standart]
This commit is contained in:
2
poetry.lock
generated
2
poetry.lock
generated
@@ -569,7 +569,7 @@ multidict = ">=4.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "74bfb8491791cc118d433045fd40978f76b9cefdcfa54b25bb22d8f43fc31d21"
|
content-hash = "75bba8ae4fd1abaa5ed5bfab96b23da1b463a526c311cc80dad85c1c6f35c923"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiogram = [
|
aiogram = [
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ license = "Apache 2.0"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
fastapi = "^0.68.1"
|
fastapi = "^0.68.1"
|
||||||
uvicorn = "^0.15.0"
|
uvicorn = {extras = ["standart"], version = "^0.15.0"}
|
||||||
ormar = "^0.10.19"
|
ormar = "^0.10.19"
|
||||||
alembic = "^1.7.3"
|
alembic = "^1.7.3"
|
||||||
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
||||||
|
|||||||
Reference in New Issue
Block a user