update deps

This commit is contained in:
felinae98 2022-10-09 00:13:28 +08:00
parent 7e00cbe826
commit 3b548ce2cf
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
2 changed files with 659 additions and 727 deletions

1380
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.10,<4.0.0"
nonebot2 = ">=2.0.0-beta.2"
nonebot2 = "^2.0.0-rc.1"
httpx = ">=0.16.1"
bs4 = "^0.0.1"
tinydb = "^4.3.0"
@ -36,8 +36,8 @@ pyjwt = "^2.1.0"
aiofiles = "^0.8.0"
python-socketio = "^5.4.0"
nonebot-adapter-onebot = "^2.0.0-beta.1"
nonebot-plugin-htmlrender = "^0.0.4"
nonebot-plugin-datastore = "^0.3.0"
nonebot-plugin-htmlrender = "^0.1.1"
nonebot-plugin-datastore = "^0.4.0"
alembic = "^1.7.6"
[tool.poetry.dev-dependencies]