- 删除 VOC_DATA_DIR / get_voc_conn(不再跨云直读 SQLite) - 案例 DB 自带 comments 表,自包含所有数据 - 新增 POST /import-voc:通过 VOC 公网 API 导入评论 - VOC_API_BASE 环境变量控制 API 地址 - 新增 httpx 依赖
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
fastapi>=0.110.0
|
|
uvicorn[standard]>=0.27.0
|
|
openai>=1.12.0
|
|
python-dotenv>=1.0.0
|
|
numpy>=1.24.0
|
|
scikit-learn>=1.3.0
|
|
gunicorn>=21.2.0
|
|
httpx>=0.27.0
|