42 lines
627 B
TOML
42 lines
627 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[packages]
|
|
bitstring = "*"
|
|
cerberus = "*"
|
|
ecdsa = "*"
|
|
environs = "*"
|
|
lnurl = "==0.3.6"
|
|
pyscss = "*"
|
|
shortuuid = "*"
|
|
quart = "*"
|
|
quart-cors = "*"
|
|
quart-compress = "*"
|
|
typing-extensions = "*"
|
|
httpx = "*"
|
|
quart-trio = "*"
|
|
trio = "==0.16.0"
|
|
sqlalchemy-aio = "*"
|
|
embit = "*"
|
|
pyqrcode = "*"
|
|
pypng = "*"
|
|
sqlalchemy = "==1.3.23"
|
|
psycopg2-binary = "*"
|
|
|
|
[dev-packages]
|
|
black = "==20.8b1"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
mypy = "latest"
|
|
pytest-trio = "*"
|
|
trio-typing = "*"
|
|
|
|
[packages.hypercorn]
|
|
extras = [ "trio",]
|
|
version = "*"
|