HougeLangley commited on
Commit
1256387
1 Parent(s): 88919db

Added python-docx

Browse files

解决在使用批量导入 .docx 文件是提示需要 pip install --upgrade python-docx 的问题

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -10,4 +10,5 @@ Markdown
10
  pygments
11
  pymupdf
12
  openai
13
- numpy
 
 
10
  pygments
11
  pymupdf
12
  openai
13
+ numpy
14
+ python-docx