[ezra] Deep Dive Python dependencies (#830)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled

This commit is contained in:
2026-04-05 05:19:03 +00:00
parent b0b3881ccd
commit 1487f516de

View File

@@ -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