diff --git a/pyproject.toml b/pyproject.toml index 5b2d4d688..9d1b3a5b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ dependencies = [ "sqlalchemy>=2.0.42", "strawberry-graphql[fastapi]>=0.275.5", "structlog>=25.4.0", + "tavily-python>=0.7.10", "toml>=0.10.2", "tomli>=2.2.1", "tomli-w>=1.2.0", diff --git a/requirements.txt b/requirements.txt index ea77b6f27..4c83dda83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,3 +61,4 @@ asyncddgs opencv-python Pillow asyncio +tavily-python \ No newline at end of file