27 lines
453 B
Plaintext
27 lines
453 B
Plaintext
|
|
# Deep Dive Dependencies
|
||
|
|
# Install: pip install -r requirements.txt
|
||
|
|
|
||
|
|
# Phase 1: Aggregation
|
||
|
|
feedparser>=6.0.11
|
||
|
|
httpx[http2]>=0.27.0
|
||
|
|
aiofiles>=23.2.1
|
||
|
|
|
||
|
|
# Phase 2: Relevance
|
||
|
|
sentence-transformers>=2.7.0
|
||
|
|
numpy>=1.26.0
|
||
|
|
scikit-learn>=1.5.0
|
||
|
|
|
||
|
|
# Phase 3: Synthesis
|
||
|
|
openai>=1.30.0 # For local API compatibility
|
||
|
|
|
||
|
|
# Phase 5: Delivery
|
||
|
|
python-telegram-bot>=21.0
|
||
|
|
|
||
|
|
# Orchestration
|
||
|
|
pyyaml>=6.0.1
|
||
|
|
python-dotenv>=1.0.0
|
||
|
|
|
||
|
|
# Development
|
||
|
|
pytest>=8.0.0
|
||
|
|
pytest-asyncio>=0.23.0
|