add typings

This commit is contained in:
yanyongyu
2020-08-08 23:08:01 +08:00
parent 332aac6497
commit 00913f1a8f
4 changed files with 66 additions and 43 deletions

View File

@ -25,7 +25,7 @@ fastapi = "^0.58.1"
uvicorn = "^0.11.5"
pydantic = { extras = ["dotenv"], version = "^1.5.1" }
apscheduler = { version = "^3.6.3", optional = true }
nonebot-test = { version = "^0.1.0", optional = true }
# nonebot-test = { version = "^0.1.0", optional = true }
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"