File size: 445 Bytes
257a670
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Lean deps for the public DRY-RUN demo on Hugging Face Spaces.
# Excludes faster-whisper (kb-whisper ASR) — QC/ASR is skipped in dry-run (qc.py),
# so the heavy CTranslate2 + ~GB model download is never needed. python-multipart is
# required by FastAPI for the upload forms.
psycopg[binary]>=3.2
pydantic-settings>=2.6
httpx>=0.27
anthropic>=0.50
google-genai>=1.0
numpy>=1.26
fastapi>=0.115
jinja2>=3.1
uvicorn>=0.32
python-multipart>=0.0.9