mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-29 10:04:41 +01:00
836c1b805b
Mostly comments and docs: some places are actually paths, which I have avoided changing. We may migrate them slowly, particularly when they're user-visible. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
29 lines
663 B
TOML
29 lines
663 B
TOML
[tool.poetry]
|
|
name = "pyln-testing"
|
|
version = "0.10.2"
|
|
description = "Test your Core Lightning integration, plugins or whatever you want"
|
|
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
|
license = "BSD-MIT"
|
|
readme = "README.md"
|
|
|
|
packages = [
|
|
{ include = "pyln/testing" },
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
pytest = "^7.0.1"
|
|
ephemeral-port-reserve = "^1.1.4"
|
|
psycopg2-binary = "^2.9.3"
|
|
python-bitcoinlib = "^0.11.0"
|
|
jsonschema = "^4.4.0"
|
|
pyln-client = "^0.10.2"
|
|
Flask = "^2.0.3"
|
|
cheroot = "^8.6.0"
|
|
psutil = "^5.9.0"
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|