lnbits-legend/Pipfile

33 lines
463 B
TOML
Raw Normal View History

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3.7"
[packages]
2019-12-14 10:19:41 +01:00
bitstring = "*"
cerberus = "*"
2020-09-02 14:31:44 +02:00
ecdsa = "*"
environs = "*"
lnurl = "*"
pyscss = "*"
requests = "*"
2020-04-16 17:10:53 +02:00
shortuuid = "*"
quart = "*"
quart-cors = "*"
quart-compress = "*"
secure = "*"
typing-extensions = "*"
httpx = "*"
quart-trio = "*"
trio = "*"
[dev-packages]
black = "==20.8b1"
pytest = "*"
pytest-cov = "*"
2020-09-18 03:41:30 +02:00
mypy = "==0.761"
pytest-trio = "*"