96af5fc3a7
* Adds tests for GET /wallet * Update `httpx` to `0.23.0` and `http-core` to `0.15.0` in `venv` installation path * Fix `secp256k1 = "==0.14.0"` and `cffi = "==1.15.0"`
45 lines
711 B
TOML
45 lines
711 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[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 = "==0.14.0"
|
|
cffi = "==1.15.0"
|
|
pycryptodomex = "*"
|
|
|
|
[dev-packages]
|
|
black = "==20.8b1"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
mypy = "*"
|
|
pytest-asyncio = "*"
|
|
requests = "*"
|
|
mock = "*"
|