Spaces:
Sleeping
Sleeping
Commit ·
80f3aa6
1
Parent(s): 0ae1547
changes in rewuirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -3,10 +3,9 @@
|
|
| 3 |
# Core FastAPI dependencies
|
| 4 |
fastapi==0.104.1
|
| 5 |
uvicorn==0.24.0
|
| 6 |
-
httpx==0.25.2
|
| 7 |
python-dotenv==1.0.0
|
| 8 |
psutil==5.9.6
|
| 9 |
-
python-multipart==0.0.
|
| 10 |
|
| 11 |
# Document processing
|
| 12 |
PyMuPDF==1.23.8
|
|
|
|
| 3 |
# Core FastAPI dependencies
|
| 4 |
fastapi==0.104.1
|
| 5 |
uvicorn==0.24.0
|
|
|
|
| 6 |
python-dotenv==1.0.0
|
| 7 |
psutil==5.9.6
|
| 8 |
+
python-multipart==0.0.6x
|
| 9 |
|
| 10 |
# Document processing
|
| 11 |
PyMuPDF==1.23.8
|