Spaces:
Sleeping
Sleeping
Pycrolis
commited on
Commit
·
19b44e9
1
Parent(s):
e049457
fix(tool): add langchain_tavily to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -10,4 +10,5 @@ html2text~=2025.4.15
|
|
10 |
beautifulsoup4~=4.13.4
|
11 |
readability-lxml~=0.8.4.1
|
12 |
youtube-transcript-api~=1.0.3
|
13 |
-
wikipedia~=1.4.0
|
|
|
|
10 |
beautifulsoup4~=4.13.4
|
11 |
readability-lxml~=0.8.4.1
|
12 |
youtube-transcript-api~=1.0.3
|
13 |
+
wikipedia~=1.4.0
|
14 |
+
langchain_tavily~=0.1.6
|