mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 01:43:42 +01:00
parent
2ea636ec9b
commit
70ca997c11
@ -6,12 +6,9 @@ from lnbits.db import Database
|
|||||||
from lnbits.helpers import template_renderer
|
from lnbits.helpers import template_renderer
|
||||||
from lnbits.tasks import catch_everything_and_restart
|
from lnbits.tasks import catch_everything_and_restart
|
||||||
|
|
||||||
from cashu.mint.router import router as cashu_router
|
|
||||||
|
|
||||||
db = Database("ext_cashu")
|
db = Database("ext_cashu")
|
||||||
|
|
||||||
cashu_ext: APIRouter = APIRouter(prefix="/cashu", tags=["cashu"])
|
cashu_ext: APIRouter = APIRouter(prefix="/cashu", tags=["TPoS"])
|
||||||
cashu_ext.include_router(router=cashu_router)
|
|
||||||
|
|
||||||
|
|
||||||
def cashu_renderer():
|
def cashu_renderer():
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Cashu Mint",
|
"name": "Cashu Ecash",
|
||||||
"short_description": "Chaumian Ecash mint",
|
"short_description": "Ecash mints with LN peg in/out",
|
||||||
"icon": "donut_small_rounded",
|
"icon": "approval",
|
||||||
"contributors": ["calle"]
|
"contributors": ["shinobi", "arcbtc", "calle"]
|
||||||
}
|
}
|
||||||
|
919
poetry.lock
generated
919
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -11,8 +11,8 @@ script = "build.py"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10 | ^3.9 | ^3.8 | ^3.7"
|
python = "^3.10 | ^3.9 | ^3.8 | ^3.7"
|
||||||
aiofiles = "0.8.0"
|
aiofiles = "0.8.0"
|
||||||
asgiref = "^3.4.1"
|
asgiref = "3.4.1"
|
||||||
attrs = "22.1.0"
|
attrs = "21.2.0"
|
||||||
bech32 = "1.2.0"
|
bech32 = "1.2.0"
|
||||||
bitstring = "3.1.9"
|
bitstring = "3.1.9"
|
||||||
certifi = "2021.5.30"
|
certifi = "2021.5.30"
|
||||||
@ -22,18 +22,19 @@ ecdsa = "0.17.0"
|
|||||||
embit = "0.4.9"
|
embit = "0.4.9"
|
||||||
fastapi = "0.78.0"
|
fastapi = "0.78.0"
|
||||||
h11 = "0.12.0"
|
h11 = "0.12.0"
|
||||||
|
httpcore = "0.15.0"
|
||||||
httptools = "0.4.0"
|
httptools = "0.4.0"
|
||||||
httpx = "0.23.0"
|
httpx = "0.23.0"
|
||||||
idna = "3.4"
|
idna = "3.2"
|
||||||
importlib-metadata = "^4.8.1"
|
importlib-metadata = "4.8.1"
|
||||||
jinja2 = "3.0.3"
|
jinja2 = "3.0.1"
|
||||||
lnurl = "0.3.6"
|
lnurl = "0.3.6"
|
||||||
markupsafe = "2.1.1"
|
markupsafe = "2.0.1"
|
||||||
marshmallow = "3.18.0"
|
marshmallow = "3.17.0"
|
||||||
outcome = "1.2.0"
|
outcome = "1.1.0"
|
||||||
psycopg2-binary = "2.9.3"
|
psycopg2-binary = "2.9.1"
|
||||||
pycryptodomex = "3.14.1"
|
pycryptodomex = "3.14.1"
|
||||||
pydantic = "1.10.2"
|
pydantic = "1.8.2"
|
||||||
pypng = "0.0.21"
|
pypng = "0.0.21"
|
||||||
pyqrcode = "1.2.1"
|
pyqrcode = "1.2.1"
|
||||||
pyScss = "1.4.0"
|
pyScss = "1.4.0"
|
||||||
@ -44,18 +45,18 @@ rfc3986 = "1.5.0"
|
|||||||
secp256k1 = "0.14.0"
|
secp256k1 = "0.14.0"
|
||||||
shortuuid = "1.0.1"
|
shortuuid = "1.0.1"
|
||||||
six = "1.16.0"
|
six = "1.16.0"
|
||||||
sniffio = "1.3.0"
|
sniffio = "1.2.0"
|
||||||
sqlalchemy = "1.3.24"
|
sqlalchemy = "1.3.23"
|
||||||
sqlalchemy-aio = "0.17.0"
|
sqlalchemy-aio = "0.17.0"
|
||||||
sse-starlette = "0.6.2"
|
sse-starlette = "0.6.2"
|
||||||
typing-extensions = "4.3.0"
|
typing-extensions = "3.10.0.2"
|
||||||
uvicorn = "0.18.3"
|
uvicorn = "0.18.1"
|
||||||
uvloop = "0.16.0"
|
uvloop = "0.16.0"
|
||||||
watchgod = "0.7"
|
watchgod = "0.7"
|
||||||
websockets = "10.0"
|
websockets = "10.0"
|
||||||
zipp = "^3.5.0"
|
zipp = "3.5.0"
|
||||||
loguru = "0.6.0"
|
loguru = "0.5.3"
|
||||||
cffi = "1.15.1"
|
cffi = "1.15.0"
|
||||||
websocket-client = "1.3.3"
|
websocket-client = "1.3.3"
|
||||||
grpcio = "^1.49.1"
|
grpcio = "^1.49.1"
|
||||||
protobuf = "^4.21.6"
|
protobuf = "^4.21.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user