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