From b37cd502cd7e3137bef5b062991448f9b4f218ff Mon Sep 17 00:00:00 2001 From: Christopher Gondek Date: Mon, 25 Aug 2025 17:25:11 +0200 Subject: [PATCH] chore: add tavily requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index adf8d3c3..e6397aa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,6 +42,7 @@ requests==2.31.0 chardet>=5.0.0 # Für Zeichensatzerkennung bei Webinhalten aiohttp>=3.8.0 # Required for SharePoint operations (async HTTP) selenium>=4.15.0 # Required for web automation and JavaScript-heavy pages +tavily-python==0.7.11 # Tavily SDK ## Image Processing Pillow>=10.0.0 # Für Bildverarbeitung (als PIL importiert)