⬆️ bump dependency

This commit is contained in:
yanyongyu
2021-03-01 19:24:03 +08:00
parent b962bc43e6
commit 3c8dca67fa
3 changed files with 82 additions and 23 deletions

View File

@ -26,11 +26,11 @@ include = ["nonebot/py.typed"]
python = "^3.7.3"
loguru = "^0.5.1"
pygtrie = "^2.4.1"
fastapi = "^0.63.0"
uvicorn = "^0.11.5"
Quart = { version = "^0.14.1", optional = true }
pydantic = { extras = ["dotenv", "typing_extensions"], version = "~1.8.0" }
tomlkit = "^0.7.0"
fastapi = "^0.63.0"
Quart = { version = "^0.14.1", optional = true }
pydantic = { extras = ["dotenv"], version = "~1.8.0" }
uvicorn = { version = "^0.13.0", extras = ["standard"] }
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"