can install cashu 0.4.1

This commit is contained in:
callebtc 2022-10-18 11:24:45 +02:00 committed by dni ⚡
parent df59e5475e
commit 544765cf6b
2 changed files with 129 additions and 64 deletions

View file

@ -17,8 +17,8 @@ bech32 = "1.2.0"
bitstring = "3.1.9"
certifi = "2021.5.30"
charset-normalizer = "2.0.6"
click = "8.0.1"
ecdsa = "0.17.0"
click = "8.0.4"
ecdsa = "0.18.0"
embit = "0.4.9"
fastapi = "0.78.0"
h11 = "0.12.0"
@ -34,7 +34,7 @@ marshmallow = "3.17.0"
outcome = "1.1.0"
psycopg2-binary = "2.9.1"
pycryptodomex = "3.14.1"
pydantic = "1.8.2"
pydantic = "1.10.2"
pypng = "0.0.21"
pyqrcode = "1.2.1"
pyScss = "1.4.0"
@ -46,16 +46,16 @@ secp256k1 = "0.14.0"
shortuuid = "1.0.1"
six = "1.16.0"
sniffio = "1.2.0"
sqlalchemy = "1.3.23"
sqlalchemy = "1.3.24"
sqlalchemy-aio = "0.17.0"
sse-starlette = "0.6.2"
typing-extensions = "3.10.0.2"
uvicorn = "0.18.1"
typing-extensions = "^4.4.0"
uvicorn = "0.18.3"
uvloop = "0.16.0"
watchgod = "0.7"
websockets = "10.0"
zipp = "3.5.0"
loguru = "0.5.3"
loguru = "0.6.0"
cffi = "1.15.0"
websocket-client = "1.3.3"
grpcio = "^1.49.1"
@ -63,6 +63,7 @@ protobuf = "^4.21.6"
Cerberus = "^1.3.4"
async-timeout = "^4.0.2"
pyln-client = "0.11.1"
cashu = {path = "../cashu"}
[tool.poetry.dev-dependencies]