CI: fix using all optional dependecies (#3251)
This commit is contained in:
parent
35e2c4b0a7
commit
69a7ef74fd
3 changed files with 85 additions and 4 deletions
|
|
@ -58,6 +58,8 @@ 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}
|
||||
# needed for migration tests
|
||||
psycopg2-binary = {version = "2.9.10", optional = true}
|
||||
|
||||
jsonpath-ng = "^1.7.0"
|
||||
pynostr = "^0.6.2"
|
||||
|
|
@ -68,6 +70,7 @@ nostr-sdk = "^0.42.1"
|
|||
[tool.poetry.extras]
|
||||
breez = ["breez-sdk", "breez-sdk-liquid"]
|
||||
liquid = ["wallycore"]
|
||||
migration = ["psycopg2-binary"]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^25.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue