25 lines
394 B
Plaintext
25 lines
394 B
Plaintext
|
|
# Deep Dive: Sovereign NotebookLM
|
||
|
|
# Issue: the-nexus#830
|
||
|
|
|
||
|
|
# Core
|
||
|
|
aiohttp>=3.9.0
|
||
|
|
feedparser>=6.0.10
|
||
|
|
python-dateutil>=2.8.2
|
||
|
|
|
||
|
|
# TTS
|
||
|
|
edge-tts>=6.1.0
|
||
|
|
openai>=1.12.0
|
||
|
|
|
||
|
|
# Optional (local TTS)
|
||
|
|
# TTS>=0.22.0 # Mozilla TTS/XTTS (heavy dependency)
|
||
|
|
|
||
|
|
# LLM APIs
|
||
|
|
anthropic>=0.18.0
|
||
|
|
|
||
|
|
# Utilities
|
||
|
|
pyyaml>=6.0.1
|
||
|
|
requests>=2.31.0
|
||
|
|
|
||
|
|
# Note: numpy is typically pre-installed, listed for completeness
|
||
|
|
# numpy>=1.24.0
|