This commit is contained in:
Arc
2026-05-25 14:56:20 +03:00
committed by Vlad Stan
parent 7d20c81ff9
commit 18c31280ef
5 changed files with 157 additions and 219 deletions
+3 -3
View File
@@ -60,9 +60,9 @@ lnbits = "lnbits.server:main"
lnbits-cli = "lnbits.commands:main"
[project.optional-dependencies]
breez = ["breez-sdk==0.8.0", "breez-sdk-liquid==0.11.11"]
liquid = ["wallycore==1.5.1"]
migration = ["psycopg2-binary==2.9.11"]
breez = ["breez-sdk~=0.8.0", "breez-sdk-liquid~=0.11.11"]
liquid = ["wallycore~=1.5.1"]
migration = ["psycopg2-binary~=2.9.11"]
wasm = ["wasmtime>=18.0.0"]
[dependency-groups]