Update requirements.txt to include tavily and tavily-python dependencies
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -7,4 +7,6 @@ langchain-anthropic
|
|
7 |
anthropic
|
8 |
python-Levenshtein
|
9 |
daytona_sdk
|
10 |
-
yt_dlp
|
|
|
|
|
|
7 |
anthropic
|
8 |
python-Levenshtein
|
9 |
daytona_sdk
|
10 |
+
yt_dlp
|
11 |
+
tavily
|
12 |
+
tavily-python
|