[feat] custom exchange providers (#2797)
This commit is contained in:
parent
200b9b127c
commit
524a4c9213
16 changed files with 665 additions and 130 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue