chore: update requirements

This commit is contained in:
Eneko Illarramendi
2020-04-03 22:52:08 +02:00
parent a81de95f73
commit 8dc2143080
3 changed files with 12 additions and 7 deletions
+2
View File
@@ -8,6 +8,7 @@ python_version = "3.7"
[packages]
bitstring = "*"
lnd-grpc = "*"
lnurl = "*"
flask = "*"
flask-assets = "*"
@@ -18,6 +19,7 @@ flask-talisman = "*"
gevent = "*"
greenlet = "*"
gunicorn = "*"
pylightning = "*"
pyscss = "*"
requests = "*"
+1 -1
View File
@@ -1,8 +1,8 @@
# flake8: noqa
from .clightning import CLightningWallet
from .lndgrpc import LndWallet
from .lntxbot import LntxbotWallet
from .opennode import OpenNodeWallet
from .lnpay import LNPayWallet
from .clightning import CLightningWallet
from .lnbits import LnbitsWallet
+9 -6
View File
@@ -8,24 +8,27 @@ flask-compress==1.4.0
flask-limiter==1.2.1
flask-seasurf==0.2.2
flask-talisman==0.7.0
flask==1.1.1
flask==1.1.2
gevent==1.4.0
googleapis-common-protos==1.51.0
greenlet==0.4.15
grpcio-tools==1.28.1
grpcio==1.28.1
gunicorn==20.0.4
idna==2.9
itsdangerous==1.1.0
jinja2==2.11.1
limits==1.5.1
lnd-grpc==0.4.0
lnurl==0.3.3
markupsafe==1.1.1
protobuf==3.11.3
pydantic==1.4
pylightning==0.0.7.3
pyscss==1.3.7
requests==2.23.0
six==1.14.0
typing-extensions==3.7.4.1 ; python_version < '3.8'
typing-extensions==3.7.4.2 ; python_version < '3.8'
urllib3==1.25.8
webassets==2.0
werkzeug==1.0.0
lnd-grpc==0.4.0
grpcio==1.23
grpcio-tools==1.23
werkzeug==1.0.1