mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
1bc5e144d3
Flask extensions are loaded in a way that makes them easily reusable by blueprints. In this commit we are also adding `environs` to manage .env and settings: breaking changes! - FLASK_APP=lnbits.app - LNBITS_ALLOWED_USERS needs to be empty now to allow all users (NOT "all")
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
bech32==1.2.0; python_version >= '3.5'
|
|
bitstring==3.1.7
|
|
brotli==1.0.9
|
|
cerberus==1.3.2
|
|
certifi==2020.6.20
|
|
chardet==3.0.4
|
|
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
|
ecdsa==0.16.0
|
|
environs==8.0.0
|
|
flask-assets==2.0
|
|
flask-compress==1.5.0
|
|
flask-cors==3.0.9
|
|
flask-talisman==0.7.0
|
|
flask==1.1.2
|
|
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.5
|
|
markupsafe==1.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
|
marshmallow==3.7.1; python_version >= '3.5'
|
|
pydantic==1.6.1; python_version >= '3.6'
|
|
pyscss==1.3.7
|
|
python-dotenv==0.14.0
|
|
requests==2.24.0
|
|
shortuuid==1.0.1
|
|
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.3; 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; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|