lnbits/Pipfile

38 lines
591 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 = "==0.3.6"
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 = "*"
2020-12-03 17:26:11 +00:00
embit = "*"
2021-02-26 16:54:57 +00:00
pyqrcode = "*"
2021-02-26 17:54:50 +00:00
pypng = "*"
sqlalchemy = "==1.3.23"
[dev-packages]
black = "==20.8b1"
pytest = "*"
pytest-cov = "*"
2021-03-28 05:02:21 +00:00
mypy = "latest"
pytest-trio = "*"