mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 14:22:55 +01:00
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")
29 lines
422 B
TOML
29 lines
422 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[packages]
|
|
bitstring = "*"
|
|
cerberus = "*"
|
|
ecdsa = "*"
|
|
environs = "*"
|
|
flask = "*"
|
|
flask-assets = "*"
|
|
flask-compress = "*"
|
|
flask-cors = "*"
|
|
flask-talisman = "*"
|
|
lnurl = "*"
|
|
pyscss = "*"
|
|
requests = "*"
|
|
shortuuid = "*"
|
|
|
|
[dev-packages]
|
|
black = "==20.8b1"
|
|
flake8 = "*"
|
|
flake8-mypy = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|