From 1487f516de4ef54077480bca34daf541b1ece387 Mon Sep 17 00:00:00 2001 From: Ezra Date: Sun, 5 Apr 2026 05:19:03 +0000 Subject: [PATCH] [ezra] Deep Dive Python dependencies (#830) --- config/deepdive_requirements.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 config/deepdive_requirements.txt diff --git a/config/deepdive_requirements.txt b/config/deepdive_requirements.txt new file mode 100644 index 0000000..29a1f12 --- /dev/null +++ b/config/deepdive_requirements.txt @@ -0,0 +1,31 @@ +# Deep Dive - Python Dependencies +# Install: pip install -r requirements.txt + +# Core +requests>=2.31.0 +feedparser>=6.0.10 +beautifulsoup4>=4.12.0 +pyyaml>=6.0 +python-dateutil>=2.8.2 + +# LLM Client +openai>=1.0.0 + +# NLP/Embeddings (optional, for semantic scoring) +sentence-transformers>=2.2.2 +torch>=2.0.0 + +# TTS Options +# Piper: Install via system package +# Coqui TTS: TTS>=0.22.0 + +# Scheduling +schedule>=1.2.0 +pytz>=2023.3 + +# Telegram +python-telegram-bot>=20.0 + +# Utilities +tqdm>=4.65.0 +rich>=13.0.0