Update requirements.txt
Browse files- requirements.txt +4 -17
requirements.txt
CHANGED
@@ -1,19 +1,6 @@
|
|
1 |
-
|
2 |
-
smolagents
|
|
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
-
pandas
|
6 |
-
markdownify
|
7 |
-
pytz
|
8 |
-
pyyaml
|
9 |
-
gradio>=3.50.0
|
10 |
-
|
11 |
-
# Document creation dependencies
|
12 |
-
python-docx
|
13 |
-
docx2pdf
|
14 |
-
|
15 |
-
# Google Gemini API
|
16 |
-
google-generativeai>=0.3.0
|
17 |
-
|
18 |
-
# Optional dependencies for handling various file types
|
19 |
-
pillow # For image processing
|
|
|
1 |
+
markdownify
|
2 |
+
smolagents
|
3 |
+
smolagents[litellm]
|
4 |
requests
|
5 |
duckduckgo_search
|
6 |
+
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|