Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -4,7 +4,11 @@ requests
|
|
| 4 |
pandas
|
| 5 |
smolagents
|
| 6 |
duckduckgo-search
|
| 7 |
-
google-genai
|
| 8 |
python-dotenv
|
| 9 |
tqdm
|
| 10 |
-
pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
pandas
|
| 5 |
smolagents
|
| 6 |
duckduckgo-search
|
|
|
|
| 7 |
python-dotenv
|
| 8 |
tqdm
|
| 9 |
+
pillow
|
| 10 |
+
pytesseract
|
| 11 |
+
pdf2image
|
| 12 |
+
litellm
|
| 13 |
+
openpyxl
|
| 14 |
+
opencv-python
|