⬆️ update dependencies

This commit is contained in:
yanyongyu
2021-07-22 23:26:36 +08:00
parent e4a4a8127e
commit 03f5683d52
10 changed files with 1110 additions and 522 deletions

View File

@ -25,13 +25,15 @@ include = ["nonebot/py.typed"]
[tool.poetry.dependencies]
python = "^3.7.3"
loguru = "^0.5.1"
httpx = "^0.18.0"
pygtrie = "^2.4.1"
tomlkit = "^0.7.0"
fastapi = "^0.65.2"
Quart = { version = "^0.14.1", optional = true }
pydantic = { extras = ["dotenv"], version = "~1.8.0" }
uvicorn = { version = "^0.13.0", extras = ["standard"] }
uvicorn = { version = "^0.14.0", extras = ["standard"] }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }
websockets = "^9.1"
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"