# Core service
fastapi>=0.110
uvicorn[standard]>=0.29
numpy>=1.26
sounddevice>=0.4.6

# Local speech-to-text (Whisper via CTranslate2 — no torch needed)
faster-whisper>=1.0

# Local EN->PT translation (also CTranslate2 under the hood)
argostranslate>=1.9

# The bigger, better EN->PT engine (opus-mt-tc-big converted to CTranslate2
# at install time; supports Brazilian vs European Portuguese)
transformers>=4.40
sacremoses>=0.1
