fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
httpx>=0.25.0
click>=8.1.0
numpy>=1.24.0

[all]
asr-enhancer[audio,dev,llm,ml,whisper]

[audio]
librosa>=0.10.0
soundfile>=0.12.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
black>=23.11.0
isort>=5.12.0
mypy>=1.7.0
ruff>=0.1.0

[llm]
openai>=1.3.0
anthropic>=0.7.0

[ml]
torch>=2.1.0
transformers>=4.35.0

[whisper]
openai-whisper>=20231117
