bobobert4 commited on
Commit ·
9277999
1
Parent(s): 1fd978d
fix: added missing dependency
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ gradio
|
|
| 2 |
requests
|
| 3 |
# other
|
| 4 |
duckduckgo-search
|
|
|
|
| 5 |
google-generativeai
|
| 6 |
langchain-community
|
| 7 |
langchain-google-genai
|
|
@@ -9,10 +10,10 @@ langchain-huggingface
|
|
| 9 |
langchain-openai
|
| 10 |
langchain-tavily
|
| 11 |
langgraph
|
|
|
|
| 12 |
pandas
|
| 13 |
Pillow
|
| 14 |
pydub
|
| 15 |
smolagents
|
| 16 |
tavily-python
|
| 17 |
-
wikipedia
|
| 18 |
-
markitdown[all]
|
|
|
|
| 2 |
requests
|
| 3 |
# other
|
| 4 |
duckduckgo-search
|
| 5 |
+
google-genai
|
| 6 |
google-generativeai
|
| 7 |
langchain-community
|
| 8 |
langchain-google-genai
|
|
|
|
| 10 |
langchain-openai
|
| 11 |
langchain-tavily
|
| 12 |
langgraph
|
| 13 |
+
markitdown[all]
|
| 14 |
pandas
|
| 15 |
Pillow
|
| 16 |
pydub
|
| 17 |
smolagents
|
| 18 |
tavily-python
|
| 19 |
+
wikipedia
|
|
|