- 新增 export_manager.py 导出管理模块 - 知识图谱导出 SVG/PNG - 实体数据导出 Excel/CSV - 关系数据导出 CSV - 项目报告导出 PDF - 转录文本导出 Markdown - 项目完整数据导出 JSON - 前端添加导出面板和功能 - 更新依赖: pandas, openpyxl, reportlab, cairosvg
30 lines
416 B
Plaintext
30 lines
416 B
Plaintext
# InsightFlow Backend Dependencies
|
|
|
|
# Web Framework
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
python-multipart==0.0.6
|
|
|
|
# HTTP Client
|
|
httpx==0.26.0
|
|
|
|
# Document Processing
|
|
PyPDF2==3.0.1
|
|
python-docx==1.1.0
|
|
|
|
# Data Processing
|
|
numpy==1.26.3
|
|
|
|
# Aliyun SDK
|
|
aliyun-python-sdk-core==2.14.0
|
|
oss2==2.18.5
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|
|
|
|
# Export functionality
|
|
pandas==2.2.0
|
|
openpyxl==3.1.2
|
|
reportlab==4.0.9
|
|
cairosvg==2.7.1
|