fix: requirements update, including lnurl bugfix
This commit is contained in:
+18
-16
@@ -1,29 +1,31 @@
|
||||
bech32==1.2.0
|
||||
bech32==1.2.0; python_version >= '3.5'
|
||||
bitstring==3.1.7
|
||||
brotli==1.0.7
|
||||
cerberus==1.3.2
|
||||
certifi==2020.4.5.1
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
click==7.1.2
|
||||
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
flask-assets==2.0
|
||||
flask-compress==1.5.0
|
||||
flask-cors==3.0.8
|
||||
flask-talisman==0.7.0
|
||||
flask==1.1.2
|
||||
gevent==20.5.0
|
||||
greenlet==0.4.15 ; platform_python_implementation == 'CPython'
|
||||
gevent==20.6.2
|
||||
greenlet==0.4.16; platform_python_implementation == 'CPython'
|
||||
gunicorn==20.0.4
|
||||
idna==2.9
|
||||
itsdangerous==1.1.0
|
||||
jinja2==2.11.2
|
||||
lnurl==0.3.3
|
||||
markupsafe==1.1.1
|
||||
pydantic==1.5.1
|
||||
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
itsdangerous==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
jinja2==2.11.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
lnurl==0.3.4
|
||||
markupsafe==1.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
pydantic==1.6.1; python_version >= '3.6'
|
||||
pyscss==1.3.7
|
||||
requests==2.23.0
|
||||
requests==2.24.0
|
||||
shortuuid==1.0.1
|
||||
six==1.14.0
|
||||
typing-extensions==3.7.4.2 ; python_version < '3.8'
|
||||
urllib3==1.25.9
|
||||
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
typing-extensions==3.7.4.2; python_version < '3.8'
|
||||
urllib3==1.25.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
webassets==2.0
|
||||
werkzeug==1.0.1
|
||||
werkzeug==1.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
zope.event==4.4
|
||||
zope.interface==5.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
|
||||
Reference in New Issue
Block a user