forked from mttu-developers/konabot
Qwen 说让我再改点东西所以改了,强化了数据库相关的事情
This commit is contained in:
@ -28,6 +28,7 @@ dependencies = [
|
||||
"openai (>=2.7.1,<3.0.0)",
|
||||
"imageio (>=2.37.2,<3.0.0)",
|
||||
"aiosqlite (>=0.20.0,<1.0.0)",
|
||||
"sqlparse (>=0.5.0,<1.0.0)",
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
@ -47,5 +48,7 @@ priority = "primary"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"rust-just (>=1.43.0,<2.0.0)"
|
||||
"rust-just (>=1.43.0,<2.0.0)",
|
||||
"pytest (>=9.0.1,<10.0.0)",
|
||||
"pytest-asyncio (>=1.3.0,<2.0.0)"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user