Mentosyevsky commited on
Commit
667bbb4
·
verified ·
1 Parent(s): 409d468

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -3
requirements.txt CHANGED
@@ -3,7 +3,18 @@ python-magic==0.4.27
3
  openai-whisper==20231117
4
  ffmpeg-python==0.2.0
5
  ultralytics==8.0.165
6
- python-dotenv==1.0.0 # 新增
 
7
  langdetect==1.0.9 # 固定版本号防止冲突
8
- pymupdf==1.24.5 # PyMuPDF 的正式包名
9
- python-docx==0.8.11 # 注意包名是 python-docx 不是 docx
 
 
 
 
 
 
 
 
 
 
 
3
  openai-whisper==20231117
4
  ffmpeg-python==0.2.0
5
  ultralytics==8.0.165
6
+
7
+ #text.py新增
8
  langdetect==1.0.9 # 固定版本号防止冲突
9
+ # 文本处理
10
+ python-dotenv==1.0.0 # .env 支持
11
+ langdetect==1.0.9 # 语言检测
12
+ pymupdf==1.24.5 # PDF 解析 (导入名是 fitz)
13
+ python-docx==0.8.11 # Word 解析
14
+ # AI 相关
15
+ openai==1.30.5 # OpenAI 官方库
16
+ # 可视化
17
+ matplotlib==3.8.4 # 图表绘制
18
+ seaborn==0.13.2 # 图表美化
19
+ # 环境管理
20
+ python-magic==0.4.27 # 文件类型检测