修复依赖问题

This commit is contained in:
molanp 2024-12-16 23:13:06 +08:00 committed by GitHub
parent 0d4c9b553e
commit e660288236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "zhenxun_bot" name = "zhenxun_bot"
version = "0.1.1" version = "0.2.4"
description = "基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数据库非常可爱的绪山真寻bot" description = "基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数据库非常可爱的绪山真寻bot"
authors = ["HibiKier <775757368@qq.com>"] authors = ["HibiKier <775757368@qq.com>"]
license = "AGPL" license = "AGPL"
@ -47,10 +47,10 @@ python-multipart = "^0.0.9"
aiocache = "^0.12.2" aiocache = "^0.12.2"
py-cpuinfo = "^9.0.0" py-cpuinfo = "^9.0.0"
nonebot-plugin-uninfo = "^0.4.1" nonebot-plugin-uninfo = "^0.4.1"
nonebot-plugin-alconna = "^0.53.1" nonebot-plugin-alconna = "^0.54.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
nonebug = "^0.3.2" nonebug = "^0.4.2"
pytest-cov = "^5.0.0" pytest-cov = "^5.0.0"
pytest-mock = "^3.6.1" pytest-mock = "^3.6.1"
pytest-asyncio = "^0.23.5" pytest-asyncio = "^0.23.5"