1f13bdeb2f
* update pipfile * pipenv workflow * pipfile jinja * Pipfile installs dev files * python3.8 tests only * version tag yaml * all tests * pipenv with pip * only 3.7 * activate env * test-pipenv * pipenv importlib_metadata * importlib-metadata * 3.8 * 3.7 only oops * merge install guides * install guide in README
44 lines
686 B
TOML
44 lines
686 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"
|
|
loguru = "*"
|
|
pyscss = "*"
|
|
shortuuid = "*"
|
|
typing-extensions = "*"
|
|
httpx = "*"
|
|
sqlalchemy-aio = "*"
|
|
embit = "*"
|
|
pyqrcode = "*"
|
|
pypng = "*"
|
|
sqlalchemy = "==1.3.23"
|
|
psycopg2-binary = "*"
|
|
aiofiles = "*"
|
|
asyncio = "*"
|
|
fastapi = "*"
|
|
uvicorn = {extras = ["standard"], version = "*"}
|
|
sse-starlette = "*"
|
|
jinja2 = "==3.0.1"
|
|
pyngrok = "*"
|
|
secp256k1 = "*"
|
|
pycryptodomex = "*"
|
|
|
|
[dev-packages]
|
|
black = "==20.8b1"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
mypy = "*"
|
|
pytest-asyncio = "*"
|
|
requests = "*"
|
|
mock = "*"
|