# VoxCast Server — headless transcription server.
# The engine modules are imported from the repo's src/ (see server_main.py).
fastapi>=0.115,<1
uvicorn[standard]>=0.30,<1
pydantic-settings>=2.4,<3
python-multipart>=0.0.9
websockets>=13,<15
faster-whisper==1.2.1
ctranslate2==4.7.1
numpy>=2.0,<3.0
av>=13
huggingface-hub>=0.24
onnxruntime>=1.19
loguru>=0.7
# Self-signed TLS certificate generation (--gen-cert / auto on first HTTPS start)
cryptography>=42
