# Dependencies for snapcast-now-playing.py
# Install with: pip3 install -r scripts/requirements.txt

# HTTP framework for the now-playing service
flask

# Significantly faster FFT for the visualizer (falls back to pure Python if absent)
numpy
