⬆️ update lock file

This commit is contained in:
yanyongyu
2021-07-22 23:59:04 +08:00
parent 03f5683d52
commit 54a7e4808c
11 changed files with 213 additions and 610 deletions

View File

@ -25,11 +25,11 @@ 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 }
httpx = { version = "^0.18.0", extras = ["http2"] }
pydantic = { extras = ["dotenv"], version = "~1.8.0" }
uvicorn = { version = "^0.14.0", extras = ["standard"] }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }