lnbits/Pipfile

38 lines
593 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 = "*"
typing-extensions = "*"
httpx = "*"
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"
2021-08-05 08:05:04 +00:00
psycopg2-binary = "*"
aiofiles = "*"
asyncio = "*"
fastapi = "*"
uvicorn = {extras = ["standard"], version = "*"}
sse-starlette = "*"
2021-09-19 11:24:19 +00:00
jinja2 = "3.0.1"
2021-10-19 20:08:12 +00:00
pyngrok = "*"
[dev-packages]
black = "==20.8b1"
pytest = "*"
pytest-cov = "*"
2021-03-28 05:02:21 +00:00
mypy = "latest"