📝 update readme

This commit is contained in:
yanyongyu
2022-01-27 16:05:30 +08:00
parent 1b08e0d822
commit afea004421
4 changed files with 151 additions and 132 deletions

View File

@ -26,13 +26,13 @@ python = "^3.7.3"
yarl = "^1.7.2"
loguru = "^0.5.1"
pygtrie = "^2.4.1"
tomlkit = "^0.7.0"
fastapi = "^0.70.0"
tomlkit = "^0.8.0"
fastapi = "^0.73.0"
typing-extensions = ">=3.10.0,<5.0.0"
Quart = { version = "^0.16.0", optional = true }
websockets = { version="^10.0", optional = true }
pydantic = { version = "~1.9.0", extras = ["dotenv"] }
uvicorn = { version = "^0.15.0", extras = ["standard"] }
uvicorn = { version = "^0.17.0", extras = ["standard"] }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }
httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"], optional = true }