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:
parent
753642c70f
commit
b6268a95ee
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue