# Core dependencies (always installed)
python-dotenv>=1.0.0
requests>=2.31.0
httpx>=0.24.0

# Optional dependencies - install as needed:
# For LiveKit provider: pip install intellema-vdk[livekit]
# For Retell provider: pip install intellema-vdk[retell]
# For STT features: pip install intellema-vdk[stt]
# For TTS features: pip install intellema-vdk[tts]
# For audio features: pip install intellema-vdk[audio]
# For all features: pip install intellema-vdk[all]

# Optional provider-specific dependencies (commented out by default):
# livekit-api>=1.1.0
# retell-sdk>=2.0.0
# twilio>=8.0.0
# boto3>=1.28.0
# openai>=1.0.0
# together>=1.0.0
# pyaudio>=0.2.13  # Requires PortAudio system library
