🏗️ update cqhttp models

This commit is contained in:
yanyongyu
2020-12-09 13:20:14 +08:00
parent ddf044d6d3
commit 73bda494d9
3 changed files with 79 additions and 11 deletions

View File

@ -29,7 +29,7 @@ loguru = "^0.5.1"
pygtrie = "^2.4.1"
fastapi = "^0.58.1"
uvicorn = "^0.11.5"
pydantic = { extras = ["dotenv"], version = "^1.7.2" }
pydantic = {extras = ["dotenv", "typing_extensions"], version = "^1.7.3"}
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"