aiohttp>=3.8.0
websockets>=10.0
pydantic>=2.0.0
typing-extensions>=4.0.0

[all]
websockets>=10.0
deepgram-sdk>=3.0.0
elevenlabs>=0.2.0
openai-whisper>=20230314
azure-cognitiveservices-speech>=1.30.0
google-cloud-speech>=2.0.0
google-cloud-texttospeech>=2.0.0
openai>=1.0.0

[azure]
azure-cognitiveservices-speech>=1.30.0

[deepgram]
deepgram-sdk>=3.0.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
black>=22.0.0
isort>=5.0.0
flake8>=5.0.0
mypy>=1.0.0
mkdocs>=1.4.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.20.0

[elevenlabs]
elevenlabs>=0.2.0

[google]
google-cloud-speech>=2.0.0
google-cloud-texttospeech>=2.0.0

[openai]
openai>=1.0.0

[soniox]
websockets>=10.0

[test]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0

[whisper]
openai-whisper>=20230314
