Update requirements.txt
Browse filesAdded new imports for the tool created
- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,8 @@
|
|
| 1 |
gradio
|
| 2 |
-
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
requests
|
| 3 |
+
langgraph>=0.2.0
|
| 4 |
+
langchain>=0.3.0
|
| 5 |
+
langchain-huggingface>=0.1.0
|
| 6 |
+
langchain-community>=0.3.0
|
| 7 |
+
duckduckgo-search>=6.0.0
|
| 8 |
+
wikipedia
|