Revert "adjust versions"

This reverts commit 4303af4f14.
This commit is contained in:
callebtc 2022-09-29 20:42:13 +02:00 committed by dni ⚡
parent 2ea636ec9b
commit 70ca997c11
4 changed files with 360 additions and 607 deletions

View File

@ -6,12 +6,9 @@ from lnbits.db import Database
from lnbits.helpers import template_renderer
from lnbits.tasks import catch_everything_and_restart
from cashu.mint.router import router as cashu_router
db = Database("ext_cashu")
cashu_ext: APIRouter = APIRouter(prefix="/cashu", tags=["cashu"])
cashu_ext.include_router(router=cashu_router)
cashu_ext: APIRouter = APIRouter(prefix="/cashu", tags=["TPoS"])
def cashu_renderer():

View File

@ -1,6 +1,6 @@
{
"name": "Cashu Mint",
"short_description": "Chaumian Ecash mint",
"icon": "donut_small_rounded",
"contributors": ["calle"]
"name": "Cashu Ecash",
"short_description": "Ecash mints with LN peg in/out",
"icon": "approval",
"contributors": ["shinobi", "arcbtc", "calle"]
}

919
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,8 +11,8 @@ script = "build.py"
[tool.poetry.dependencies]
python = "^3.10 | ^3.9 | ^3.8 | ^3.7"
aiofiles = "0.8.0"
asgiref = "^3.4.1"
attrs = "22.1.0"
asgiref = "3.4.1"
attrs = "21.2.0"
bech32 = "1.2.0"
bitstring = "3.1.9"
certifi = "2021.5.30"
@ -22,18 +22,19 @@ ecdsa = "0.17.0"
embit = "0.4.9"
fastapi = "0.78.0"
h11 = "0.12.0"
httpcore = "0.15.0"
httptools = "0.4.0"
httpx = "0.23.0"
idna = "3.4"
importlib-metadata = "^4.8.1"
jinja2 = "3.0.3"
idna = "3.2"
importlib-metadata = "4.8.1"
jinja2 = "3.0.1"
lnurl = "0.3.6"
markupsafe = "2.1.1"
marshmallow = "3.18.0"
outcome = "1.2.0"
psycopg2-binary = "2.9.3"
markupsafe = "2.0.1"
marshmallow = "3.17.0"
outcome = "1.1.0"
psycopg2-binary = "2.9.1"
pycryptodomex = "3.14.1"
pydantic = "1.10.2"
pydantic = "1.8.2"
pypng = "0.0.21"
pyqrcode = "1.2.1"
pyScss = "1.4.0"
@ -44,18 +45,18 @@ rfc3986 = "1.5.0"
secp256k1 = "0.14.0"
shortuuid = "1.0.1"
six = "1.16.0"
sniffio = "1.3.0"
sqlalchemy = "1.3.24"
sniffio = "1.2.0"
sqlalchemy = "1.3.23"
sqlalchemy-aio = "0.17.0"
sse-starlette = "0.6.2"
typing-extensions = "4.3.0"
uvicorn = "0.18.3"
typing-extensions = "3.10.0.2"
uvicorn = "0.18.1"
uvloop = "0.16.0"
watchgod = "0.7"
websockets = "10.0"
zipp = "^3.5.0"
loguru = "0.6.0"
cffi = "1.15.1"
zipp = "3.5.0"
loguru = "0.5.3"
cffi = "1.15.0"
websocket-client = "1.3.3"
grpcio = "^1.49.1"
protobuf = "^4.21.6"