🐛 fix missing endpoint name for routing

This commit is contained in:
yanyongyu
2021-12-22 18:50:03 +08:00
parent fecdb5367a
commit b984f99643
5 changed files with 69 additions and 14 deletions

View File

@ -30,7 +30,7 @@ tomlkit = "^0.7.0"
fastapi = "^0.70.0"
websockets = ">=9.1"
typing-extensions = ">=3.10.0,<5.0.0"
Quart = { version = "^0.15.0", optional = true }
Quart = { version = "^0.16.0", optional = true }
httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"] }
pydantic = { version = "~1.8.0", extras = ["dotenv"] }
uvicorn = { version = "^0.15.0", extras = ["standard"] }