Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -4,11 +4,10 @@ pandas
|
|
| 4 |
python-docx
|
| 5 |
pypdf
|
| 6 |
reportlab
|
| 7 |
-
|
| 8 |
langchain
|
| 9 |
langchain-community
|
| 10 |
langchain-text-splitters
|
| 11 |
-
|
| 12 |
sentence-transformers
|
| 13 |
faiss-cpu
|
| 14 |
-
openpyxl
|
|
|
|
|
|
| 4 |
python-docx
|
| 5 |
pypdf
|
| 6 |
reportlab
|
|
|
|
| 7 |
langchain
|
| 8 |
langchain-community
|
| 9 |
langchain-text-splitters
|
|
|
|
| 10 |
sentence-transformers
|
| 11 |
faiss-cpu
|
| 12 |
+
openpyxl
|
| 13 |
+
httpx # optional, for debugging HTTP requests
|