a651f747ac
It is now up to the user to install these (or other) for production deployment. More info: https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/#run-with-a-production-server
29 lines
407 B
TOML
29 lines
407 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[packages]
|
|
bitstring = "*"
|
|
cerberus = "*"
|
|
ecdsa = "*"
|
|
lnurl = "*"
|
|
flask = "*"
|
|
flask-assets = "*"
|
|
flask-compress = "*"
|
|
flask-cors = "*"
|
|
flask-talisman = "*"
|
|
pyscss = "*"
|
|
requests = "*"
|
|
shortuuid = "*"
|
|
|
|
[dev-packages]
|
|
black = "==20.8b1"
|
|
flake8 = "*"
|
|
flake8-mypy = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|