Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
fastapi==0.95.2
|
| 2 |
-
uvicorn==0.22.0
|
| 3 |
-
python-multipart==0.0.6
|
| 4 |
-
huggingface-hub==0.16.4
|
| 5 |
-
PyMuPDF==1.22.5
|
| 6 |
-
python-docx==0.8.11
|
| 7 |
-
python-pptx==0.6.21
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
ffmpeg-python==0.2.0
|
|
|
|
| 1 |
+
fastapi==0.95.2
|
| 2 |
+
uvicorn==0.22.0
|
| 3 |
+
python-multipart==0.0.6
|
| 4 |
+
huggingface-hub==0.16.4
|
| 5 |
+
PyMuPDF==1.22.5
|
| 6 |
+
python-docx==0.8.11
|
| 7 |
+
python-pptx==0.6.21
|
| 8 |
+
Pillow==9.5.0
|
| 9 |
+
numpy==1.24.0
|
| 10 |
+
pandas==1.5.3
|
| 11 |
ffmpeg-python==0.2.0
|