Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -4,9 +4,9 @@ langchain-openai==0.2.0
|
|
| 4 |
langchain-anthropic==0.2.0
|
| 5 |
langchain-google-genai==2.0.0
|
| 6 |
langchain-core==0.3.0
|
| 7 |
-
PyPDF2==3.0.1
|
| 8 |
-
python-docx==1.1.2
|
| 9 |
pandas==2.2.2
|
| 10 |
-
python-pptx==1.0.0
|
| 11 |
requests==2.32.3
|
| 12 |
-
openpyxl==3.1.5
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
langchain-anthropic==0.2.0
|
| 5 |
langchain-google-genai==2.0.0
|
| 6 |
langchain-core==0.3.0
|
|
|
|
|
|
|
| 7 |
pandas==2.2.2
|
|
|
|
| 8 |
requests==2.32.3
|
| 9 |
+
openpyxl==3.1.5
|
| 10 |
+
docling==2.0.0
|
| 11 |
+
docling-core==2.0.0
|
| 12 |
+
pytesseract==0.3.10
|