# Requirements for Hugging Face Spaces
# Minimal dependencies for the Gradio demo

fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.10.0
pydantic-settings>=2.6.0
gradio>=4.44.0
transformers>=4.46.0
sentence-transformers>=3.3.0
chromadb>=0.5.0
tree-sitter>=0.23.0
tree-sitter-python>=0.23.0
gitpython>=3.1.0
python-dotenv>=1.0.0
structlog>=24.4.0
httpx>=0.27.0
openai>=1.50.0

# Note: torch is pre-installed on HF Spaces
# Note: accelerate and bitsandbytes not needed for CPU-only inference
