feat: add Breez SDK wallet (#1897)
* add Breez SDK wallet * use more description status classes * fix: add try-except --------- 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:
co-authored by
Pavol Rusnak
dni ⚡
Vlad Stan
parent
235f8a6c19
commit
0015314e11
@@ -57,8 +57,11 @@ environs = "9.5.0"
|
||||
python-crontab = "3.0.0"
|
||||
# needed for liquid support boltz
|
||||
wallycore = {version = "^1.0.0", optional = true}
|
||||
# needed for breez funding source
|
||||
breez-sdk = {version = "0.5.0", optional = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
breez = ["breez-sdk"]
|
||||
liquid = ["wallycore"]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user