Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
-
|
|
|
|
|
2 |
pdf2image==1.17.0
|
3 |
pytesseract==0.3.13
|
4 |
pdfplumber==0.11.4
|
5 |
Pillow==10.4.0
|
6 |
requests==2.32.3
|
7 |
-
huggingface_hub==0.25.1
|
|
|
|
1 |
+
Flask==2.3.3
|
2 |
+
gunicorn==21.2.0
|
3 |
+
# Existing requirements
|
4 |
pdf2image==1.17.0
|
5 |
pytesseract==0.3.13
|
6 |
pdfplumber==0.11.4
|
7 |
Pillow==10.4.0
|
8 |
requests==2.32.3
|
9 |
+
huggingface_hub==0.25.1
|
10 |
+
werkzeug==2.3.7 # Pinning werkzeug as sometimes latest has issues with older Flask
|