lnbits-legend/Pipfile

37 lines
561 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 = "*"
2020-04-16 17:10:53 +02:00
shortuuid = "*"
quart = "*"
quart-cors = "*"
quart-compress = "*"
secure = "*"
typing-extensions = "*"
httpx = "*"
quart-trio = "*"
2020-11-24 20:25:32 +01:00
trio = "==0.16.0"
2020-10-05 04:06:28 +02:00
hypercorn = {extras = ["trio"], version = "*"}
2020-11-24 20:25:32 +01:00
sqlalchemy-aio = "*"
2020-12-03 18:26:11 +01:00
embit = "*"
2021-02-26 17:54:57 +01:00
pyqrcode = "*"
2021-02-26 18:54:50 +01:00
pypng = "*"
[dev-packages]
black = "==20.8b1"
pytest = "*"
pytest-cov = "*"
2021-03-28 07:02:21 +02:00
mypy = "latest"
pytest-trio = "*"