Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
|
@@ -1 +1,12 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
flask>=2.0.0
|
| 3 |
+
werkzeug>=2.0.0
|
| 4 |
+
requests>=2.26.0
|
| 5 |
+
pandas>=1.3.0; python_version >= '3.7'
|
| 6 |
+
PyPDF2>=2.0.0
|
| 7 |
+
flask-cors>=3.0.10
|
| 8 |
+
pillow>=9.0.0
|
| 9 |
+
pytesseract>=0.3.8
|
| 10 |
+
pytest>=7.0.0
|
| 11 |
+
pytest-cov>=3.0.0
|
| 12 |
+
pylint>=2.12.0
|