Update requirements.txt
Browse files- requirements.txt +9 -19
requirements.txt
CHANGED
@@ -1,24 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
python
|
9 |
-
|
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 |
|