CI: fix using all optional dependecies (#3251)

This commit is contained in:
dni ⚡ 2025-07-07 17:22:43 +02:00
parent 35e2c4b0a7
commit 69a7ef74fd
No known key found for this signature in database
GPG key ID: D1F416F29AD26E87
3 changed files with 85 additions and 4 deletions

View file

@ -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"