Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
pandas
|
4 |
-
|
5 |
-
|
6 |
-
langchain
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
duckduckgo-search
|
12 |
-
langchain-huggingface
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
pandas
|
4 |
+
python-dotenv
|
5 |
+
langgraph
|
6 |
+
langchain-core
|
7 |
+
langchain-community
|
8 |
+
langchain-google-genai
|
9 |
+
beautifulsoup4
|
10 |
+
duckduckgo-search
|
|
|
|