Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,2 +1,10 @@
|
|
1 |
gradio
|
2 |
-
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
requests
|
3 |
+
langgraph
|
4 |
+
langgraph-supervisor
|
5 |
+
langchain_openai
|
6 |
+
langchain_google_genai
|
7 |
+
langchain_community
|
8 |
+
python-dotenv
|
9 |
+
youtube_transcript_api
|
10 |
+
networkx
|