lnbits/Pipfile

34 lines
523 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 09:19:41 +00:00
bitstring = "*"
cerberus = "*"
2020-09-02 12:31:44 +00:00
ecdsa = "*"
environs = "*"
lnurl = "*"
pyscss = "*"
2020-04-16 15:10:53 +00:00
shortuuid = "*"
quart = "*"
quart-cors = "*"
quart-compress = "*"
secure = "*"
typing-extensions = "*"
httpx = "*"
quart-trio = "*"
2020-11-24 19:25:32 +00:00
trio = "==0.16.0"
2020-10-05 02:06:28 +00:00
hypercorn = {extras = ["trio"], version = "*"}
2020-11-24 19:25:32 +00:00
sqlalchemy-aio = "*"
[dev-packages]
black = "==20.8b1"
pytest = "*"
pytest-cov = "*"
2020-09-18 01:41:30 +00:00
mypy = "==0.761"
pytest-trio = "*"