Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -4,5 +4,6 @@ smolagents[litellm]
|
|
4 |
requests
|
5 |
duckduckgo_search
|
6 |
pandas
|
7 |
-
|
8 |
-
|
|
|
|
4 |
requests
|
5 |
duckduckgo_search
|
6 |
pandas
|
7 |
+
python-docx # For .docx creation
|
8 |
+
docx2pdf # For .pdf creation (depends on python-docx)
|
9 |
+
pytz # If you plan to uncomment and use the get_current_time_in_timezone tool
|