Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -6,16 +6,16 @@ uvicorn[standard]
|
|
6 |
gradio==5.37.0
|
7 |
huggingface_hub==0.33.4
|
8 |
python-dotenv==1.1.1
|
9 |
-
tavily
|
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
|
17 |
|
18 |
-
# Dependencies
|
19 |
beautifulsoup4
|
20 |
html2text
|
21 |
requests
|
|
|
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
|