deps: erldistpy >=0.1.6 (PyPI) — drop-in for new dist clients

The erldist_clients module (lib/crypto_watcher/erldist_clients.py)
imports erldistpy lazily, so deploys that stay on the existing
direct-HTTP wallet clients are unaffected. Shops opting in to the
dist transport will resolve erldistpy via pip on next deploy.

Not bumped to a new MPS tag — that comes after a prod soak confirms
the dependency installs cleanly and existing crypto_watcher behavior
is unchanged.
This commit is contained in:
russell@unturf.com 2026-06-16 15:23:40 -04:00
parent 753642c70f
commit b6268a95ee
No known key found for this signature in database

View file

@ -61,3 +61,10 @@ bleach>=2.1.4
bleach-allowlist
beautifulsoup4
html5lib
# Native Erlang distribution client — routes wallet RPC through
# Wallet.Service on cammy instead of co-located crypto daemons. Opt-in
# per shop via CryptoProcessor transport config (no schema change
# included here; see lib/crypto_watcher/erldist_clients.py for the
# drop-in clients).
erldistpy>=0.1.6