Update requirements.txt
Browse files- requirements.txt +3 -9
requirements.txt
CHANGED
@@ -2,15 +2,9 @@ gradio
|
|
2 |
requests
|
3 |
pandas
|
4 |
groq
|
5 |
-
# --- LangChain Libraries ---
|
6 |
langchain
|
7 |
langchain-groq
|
8 |
langchain-tavily
|
9 |
-
|
10 |
-
pytube
|
11 |
-
MoviePy
|
12 |
-
decorator
|
13 |
-
imageio
|
14 |
-
imageio-ffmpeg
|
15 |
-
tqdm
|
16 |
-
numpy
|
|
|
2 |
requests
|
3 |
pandas
|
4 |
groq
|
5 |
+
# --- LangChain & Tool Libraries ---
|
6 |
langchain
|
7 |
langchain-groq
|
8 |
langchain-tavily
|
9 |
+
langchain-huggingface
|
10 |
+
pytube
|
|
|
|
|
|
|
|
|
|
|
|