🎨 format and update lock file

This commit is contained in:
yanyongyu
2021-07-18 15:07:30 +08:00
parent ef1547cbfe
commit a14d475de2
4 changed files with 97 additions and 52 deletions

View File

@ -25,9 +25,9 @@ exclude = ["nonebot/__init__.py", "nonebot/adapters/__init__.py"]
[tool.poetry.dependencies]
python = "^3.7.3"
httpx = "^0.17.0"
nonebot2 = "^2.0.0-alpha.13"
pycryptodome = "^3.10.1"
aiocache = "^0.11.1"
pycryptodome = "^3.10.1"
nonebot2 = "^2.0.0-alpha.13"
[tool.poetry.dev-dependencies]
nonebot2 = { path = "../../", develop = true }