添加对 peewee 的旧数据库的兼容层,初步重构插件的 database API
This commit is contained in:
@@ -17,7 +17,6 @@ dependencies = [
|
||||
"numpy>=2.2.6",
|
||||
"openai>=1.95.0",
|
||||
"pandas>=2.3.1",
|
||||
"peewee>=3.18.2",
|
||||
"pillow>=11.3.0",
|
||||
"pyarrow>=20.0.0",
|
||||
"pydantic>=2.11.7",
|
||||
@@ -29,6 +28,8 @@ dependencies = [
|
||||
"rich>=14.0.0",
|
||||
"ruff>=0.12.2",
|
||||
"setuptools>=80.9.0",
|
||||
"sqlalchemy>=2.0.40",
|
||||
"sqlmodel>=0.0.24",
|
||||
"structlog>=25.4.0",
|
||||
"toml>=0.10.2",
|
||||
"tomlkit>=0.13.3",
|
||||
|
||||
Reference in New Issue
Block a user