mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 04:25:38 +01:00
Use uvicorn[standart]
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user