⬆️ update dependency

This commit is contained in:
yanyongyu 2020-12-31 18:05:49 +08:00
parent 49201f5346
commit 53c8028646
2 changed files with 34 additions and 1086 deletions

1113
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -27,16 +27,13 @@ python = "^3.7"
httpx = "^0.16.1"
loguru = "^0.5.1"
pygtrie = "^2.4.1"
fastapi = "^0.58.1"
fastapi = "^0.63.0"
uvicorn = "^0.11.5"
pydantic = {extras = ["dotenv", "typing_extensions"], version = "^1.7.3"}
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
sphinx = "^3.3.1"
nb-cli = { version = "^0.2.0", optional = true }
nonebot-plugin-test = { version = "^0.1.0", optional = true }
nonebot-plugin-apscheduler = { version = "^0.1.0", optional = true }
sphinx = "^3.4.1"
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" }
[[tool.poetry.source]]