feat: add Breez *Liquid* SDK funding source (#2681)

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
Co-authored-by: dni  <office@dnilabs.com>
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
Riccardo Balbo 2025-07-04 13:57:56 +02:00 committed by dni ⚡
parent 09b91f9f79
commit 0529ee2835
No known key found for this signature in database
GPG key ID: D1F416F29AD26E87
13 changed files with 385 additions and 6 deletions

View file

@ -57,6 +57,7 @@ python-crontab = "3.2.0"
wallycore = {version = "1.4.0", optional = true}
# needed for breez funding source
breez-sdk = {version = "0.8.0", optional = true}
breez-sdk-liquid = {version = "0.9.1", optional = true}
jsonpath-ng = "^1.7.0"
pynostr = "^0.6.2"
@ -65,7 +66,7 @@ filetype = "^1.2.0"
nostr-sdk = "^0.42.1"
[tool.poetry.extras]
breez = ["breez-sdk"]
breez = ["breez-sdk", "breez-sdk-liquid"]
liquid = ["wallycore"]
[tool.poetry.group.dev.dependencies]