mgbam commited on
Commit
86561ad
·
verified ·
1 Parent(s): fa66e80

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -19
requirements.txt CHANGED
@@ -1,24 +1,14 @@
1
- # Web Framework
2
- fastapi
3
- uvicorn[standard]
4
-
5
- # UI and Core Logic
6
- gradio==5.37.0
7
- huggingface_hub==0.33.4
8
- python-dotenv==1.1.1
9
- tavily-python # <-- This is the corrected line
10
-
11
- # File Processing
12
- PyPDF2==3.0.1
13
- python-docx==1.2.0
14
- pytesseract==0.3.13
15
- Pillow==11.3.0
16
- opencv-python-headless # <-- This is the previous fix, which is correct
17
-
18
- # Dependencies
19
  beautifulsoup4
20
  html2text
21
- requests
22
 
23
 
24
 
 
1
+ git+https://github.com/huggingface/huggingface_hub.git
2
+ gradio[oauth]
3
+ tavily-python
4
+ PyPDF2
5
+ python-docx
6
+ pytesseract
7
+ Pillow
8
+ opencv-python
9
+ requests
 
 
 
 
 
 
 
 
 
10
  beautifulsoup4
11
  html2text
 
12
 
13
 
14