# Python 3.14. Install with: pip install -r requirements.txt
#
# run.py (offline + the two Python-client legs of --refresh) needs:
requests==2.34.2
curl_cffi==0.15.0
matplotlib==3.11.1
#
# capture_browser.py (the real-browser leg) additionally needs Playwright and
# a real Chrome. It is a separate, occasional step; the browser capture ships
# in data/, so run.py works without it.
#   pip install playwright==1.61.0
#   playwright install chrome
