Upload requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
gradio
|
2 |
requests
|
|
|
|
|
|
|
|
|
3 |
pandas
|
|
|
4 |
youtube-transcript-api
|
5 |
openai-whisper
|
6 |
SPARQLWrapper
|
@@ -10,5 +15,6 @@ Pillow
|
|
10 |
beautifulsoup4
|
11 |
numpy
|
12 |
sympy
|
13 |
-
|
|
|
14 |
python-dotenv
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
+
smolagents
|
4 |
+
langgraph
|
5 |
+
llama-index
|
6 |
+
litellm
|
7 |
pandas
|
8 |
+
requests
|
9 |
youtube-transcript-api
|
10 |
openai-whisper
|
11 |
SPARQLWrapper
|
|
|
15 |
beautifulsoup4
|
16 |
numpy
|
17 |
sympy
|
18 |
+
openai
|
19 |
+
smolagents[openai]
|
20 |
python-dotenv
|