Add tavily to deps.

This commit is contained in:
user 2024-12-23 16:45:52 -05:00
parent 137fc98553
commit ffff89d8e7
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ dependencies = [
"fuzzywuzzy==0.18.0", "fuzzywuzzy==0.18.0",
"python-Levenshtein==0.23.0", "python-Levenshtein==0.23.0",
"pathspec>=0.11.0", "pathspec>=0.11.0",
"aider-chat>=0.69.1" "aider-chat>=0.69.1",
"tavily-python>=0.5.0"
] ]
[project.optional-dependencies] [project.optional-dependencies]