mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 05:33:47 +01:00
6b33f150c6
But tests will be run on both 3.7 and 3.8 as we want to support >= 3.7
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.7"
|
|
|
|
[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 = "*"
|