mohammedelfeky-ai commited on
Commit
14f8df6
·
verified ·
1 Parent(s): 0aecc76

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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