lnbits/Pipfile
2020-01-31 20:20:45 +01:00

23 lines
314 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3.7"
[packages]
bitstring = "*"
lnurl = "*"
flask = "*"
flask-talisman = "*"
requests = "*"
[dev-packages]
black = "==19.10b0"
flake8 = "*"
flake8-mypy = "*"
pytest = "*"
pytest-cov = "*"
pytest-sugar = "*"