3a05chatgpt commited on
Commit
92c6c25
·
verified ·
1 Parent(s): 794fdc3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -3
requirements.txt CHANGED
@@ -1,3 +1,9 @@
1
- gradio
2
- openai
3
- PyMuPDF
 
 
 
 
 
 
 
1
+ # PDF 摘要助手所需的套件
2
+ gradio>=4.0.0
3
+ openai>=1.0.0
4
+ PyMuPDF>=1.23.0
5
+
6
+ # 可選的額外套件(用於增強功能)
7
+ # python-dotenv>=1.0.0 # 如果需要使用 .env 文件管理環境變數
8
+ # pillow>=10.0.0 # 如果需要處理圖片
9
+ # requests>=2.31.0 # 如果需要進行 HTTP 請求