aiohttp>=3.9
anthropic>=0.40.0
cohere>=5.0
duckduckgo_search>=5.3
elevenlabs>=1.0
lxml_html_clean>=0.1
newspaper3k>=0.2
numpy>=1.26
openai>=1.59
google-genai>=1.52.0
Pillow>=10.0
pydantic>=2.10
PyPDF2>=3.0
python-dotenv>=1.0
python_docx>=1.1
requests>=2.31
youtube_transcript_api>=0.6
colorama>=0.4
scipy>=1.15
tiktoken>=0.9
qdrant-client==1.14.3
# voyageai is optional - install via: pip install SimplerLLM[voyage]
# (Not in default install because upstream voyageai currently requires-python <3.14)
pydub>=0.25.1
elevenlabs>=2.22.0
# sounddevice>=0.4.6  # Optional - for live voice features. Requires PortAudio. Install with: pip install SimplerLLM[voice]
# pynput>=1.7.6  # Optional - for push-to-talk. Install with: pip install SimplerLLM[voice]
# pygame>=2.5.0  # Optional - only needed for AudioPlayer file playback. Install with: pip install pygame>=2.5.0
moviepy>=1.0.3
yt-dlp>=2023.3.4