From d9b9a88f19d7744d59b6b597cfe4fa96c8a35168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=85=E8=AF=BA=E7=8B=90?= <212194964+foxcyber907@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:30:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) 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