Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
-
sentence-transformers>=3.0.0
|
| 5 |
huggingface-hub>=0.20.0
|
| 6 |
PyMuPDF==1.23.7
|
| 7 |
python-docx==1.1.0
|
| 8 |
Pillow==10.1.0
|
| 9 |
-
duckduckgo-search
|
| 10 |
-
beautifulsoup4
|
| 11 |
requests
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn==0.24.0
|
| 3 |
python-multipart==0.0.6
|
|
|
|
| 4 |
huggingface-hub>=0.20.0
|
| 5 |
PyMuPDF==1.23.7
|
| 6 |
python-docx==1.1.0
|
| 7 |
Pillow==10.1.0
|
| 8 |
+
duckduckgo-search
|
| 9 |
+
beautifulsoup4
|
| 10 |
requests
|