[feat] custom exchange providers (#2797)

This commit is contained in:
Vlad Stan 2024-12-13 14:01:54 +02:00 committed by GitHub
parent 200b9b127c
commit 524a4c9213
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 665 additions and 130 deletions

View file

@ -60,6 +60,7 @@ wallycore = {version = "1.3.0", optional = true}
# needed for breez funding source
breez-sdk = {version = "0.5.2", optional = true}
jsonpath-ng = "^1.7.0"
[tool.poetry.extras]
breez = ["breez-sdk"]
liquid = ["wallycore"]
@ -140,6 +141,7 @@ module = [
"pywebpush.*",
"fastapi_sso.sso.*",
"json5.*",
"jsonpath_ng.*",
]
ignore_missing_imports = "True"