# rndrSBC - true runtime dependencies. EXACT VERSIONS PINNED to match the
# wheels currently bundled in vendor/deps/ so build_vendor_deps.py reproduces
# byte-identical bundles for the offline self-contained runtime.
Pillow==12.2.0
requests==2.34.2
werkzeug==3.1.8
Flask==3.1.3
waitress==3.0.2
qrcode[pil]==8.2

# Transitive pins (brought in by the direct deps above). These must match the
# wheels in vendor/deps/ so the offline bundle stays reproducible.
certifi==2026.7.22
charset-normalizer==3.5.1
idna==3.19
itsdangerous==2.2.0
Jinja2==3.1.6
MarkupSafe==3.0.3
urllib3==2.7.0

# Optional, Pi-only hardware deps (import-guarded; platform runs in
# simulator/virtual mode when absent) - NOT installed by default:
#   spidev
#   RPi.GPIO
