Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ fastapi==0.104.1
|
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
Pillow==10.1.0
|
| 5 |
-
PyMuPDF
|
| 6 |
numpy==1.26.2
|
| 7 |
pandas==2.1.3
|
| 8 |
scikit-learn==1.3.2
|
|
@@ -14,11 +14,12 @@ aiohttp==3.9.1
|
|
| 14 |
jinja2==3.1.2
|
| 15 |
geopy==2.4.1
|
| 16 |
sentence-transformers==2.2.2
|
|
|
|
| 17 |
spacy==3.7.2
|
| 18 |
pytesseract==0.3.10
|
| 19 |
langdetect==1.0.9
|
| 20 |
deep-translator==1.11.4
|
| 21 |
gunicorn==21.2.0
|
| 22 |
-
pyngrok
|
| 23 |
-
flask
|
| 24 |
-
|
|
|
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
Pillow==10.1.0
|
| 5 |
+
PyMuPDF==1.23.8
|
| 6 |
numpy==1.26.2
|
| 7 |
pandas==2.1.3
|
| 8 |
scikit-learn==1.3.2
|
|
|
|
| 14 |
jinja2==3.1.2
|
| 15 |
geopy==2.4.1
|
| 16 |
sentence-transformers==2.2.2
|
| 17 |
+
huggingface-hub==0.19.4
|
| 18 |
spacy==3.7.2
|
| 19 |
pytesseract==0.3.10
|
| 20 |
langdetect==1.0.9
|
| 21 |
deep-translator==1.11.4
|
| 22 |
gunicorn==21.2.0
|
| 23 |
+
pyngrok==7.0.1
|
| 24 |
+
flask==2.3.3
|
| 25 |
+
flask-cors==4.0.0
|