# vixy-vision Server Requirements

# Web framework
fastapi>=0.100.0
uvicorn[standard]>=0.22.0

# Camera / CV
opencv-python-headless>=4.8.0

# Config
python-dotenv>=1.0.0

# HTTP client (for posting events to collector)
httpx>=0.24.0

# Object detection (installed separately by setup.sh)
# pip install ai-edge-litert    (Python 3.12+)
# pip install tflite-runtime    (Python 3.9-3.11)
