add wasmtime

bundle

mypy fix

mypy

mypy

pyright

pyright

pyright

make

lock file
This commit is contained in:
arcbtc
2026-05-25 14:56:15 +03:00
committed by Vlad Stan
parent 46bf984c05
commit 46a3a24ce4
6 changed files with 146 additions and 33 deletions
+4 -3
View File
@@ -60,9 +60,10 @@ 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]
dev = [