# Production deps (Groq-only, no Google Gemini stack — saves ~100 MB on pip install).
# Install CPU PyTorch first, then this file:
#
#   pip install torch --index-url https://download.pytorch.org/whl/cpu
#   pip install -r requirements-prod.txt
#   python -m spacy download en_core_web_sm
#
fastapi==0.115.6
uvicorn[standard]==0.32.1
sentence-transformers==3.3.1
spacy==3.8.2
pydantic==2.10.3
beautifulsoup4==4.12.3
groq==0.13.0
python-dotenv==1.0.1
a2wsgi>=1.10.0
