Spaces:
Running
Running
Commit ·
149c799
1
Parent(s): 2b34c31
fixed dependency error
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn[standard]==0.27.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
-
pymupdf==1.23.8
|
|
|
|
| 5 |
python-docx==1.1.0
|
| 6 |
openai>=1.50.0 # The LLM client
|
| 7 |
httpx>=0.27.0
|
|
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn[standard]==0.27.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
+
pymupdf==1.23.8
|
| 5 |
+
pdfplumber # or pdfplumber, depending on what your parser uses
|
| 6 |
python-docx==1.1.0
|
| 7 |
openai>=1.50.0 # The LLM client
|
| 8 |
httpx>=0.27.0
|