fix pipfile.lock and update dependencies.

This commit is contained in:
fiatjaf
2021-04-13 11:50:30 -03:00
parent 0f998419e7
commit 808ded509d
3 changed files with 170 additions and 346 deletions
+2 -1
View File
@@ -11,7 +11,7 @@ bitstring = "*"
cerberus = "*"
ecdsa = "*"
environs = "*"
lnurl = "*"
lnurl = "==0.3.6"
pyscss = "*"
shortuuid = "*"
quart = "*"
@@ -27,6 +27,7 @@ sqlalchemy-aio = "*"
embit = "*"
pyqrcode = "*"
pypng = "*"
sqlalchemy = "==1.3.23"
[dev-packages]
black = "==20.8b1"