数据库为同步ORM

This commit is contained in:
zk
2026-07-24 18:08:13 +08:00
parent d7f1ba4812
commit 75d2bf93e9
9 changed files with 183 additions and 3 deletions
+9
View File
@@ -4,6 +4,15 @@ onnxruntime>=1.17
opencv-python>=4.5
playwright>=1.49
pydantic-settings>=2.0
# 数据库
sqlalchemy>=2.0
pymysql>=1.1
# AI
langchain-openai>=0.3
langchain-anthropic>=0.3
langchain-core>=0.3
# 工具
loguru>=0.7