wt002 commited on
Commit
fbb7a76
·
verified ·
1 Parent(s): b403954

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt CHANGED
@@ -20,6 +20,17 @@ jupyter
20
  ipython
21
 
22
 
 
 
 
 
 
 
 
 
 
 
 
23
  gradio
24
  requests
25
  smolagents~=1.12.0
 
20
  ipython
21
 
22
 
23
+ gradio
24
+ requests
25
+ pandas
26
+ smolagents
27
+ smolagents[openai]
28
+ python-dotenv # only if you use load_dotenv()
29
+ tavily-python # For web search (or use serpapi)
30
+ OpenAI
31
+ openpyxl
32
+ youtube_transcript_api
33
+
34
  gradio
35
  requests
36
  smolagents~=1.12.0