mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-01 03:24:41 +01:00
28 lines
650 B
TOML
28 lines
650 B
TOML
|
[tool.poetry]
|
||
|
name = "pyln-testing"
|
||
|
version = "0.10.2"
|
||
|
description = "Test your c-lightning integration, plugins or whatever you want"
|
||
|
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||
|
license = "BSD-MIT"
|
||
|
|
||
|
packages = [
|
||
|
{ include = "pyln/testing" },
|
||
|
]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.7"
|
||
|
pytest = "^7.0.1"
|
||
|
ephemeral-port-reserve = "^1.1.4"
|
||
|
psycopg2 = "^2.9.3"
|
||
|
python-bitcoinlib = "^0.11.0"
|
||
|
jsonschema = "^4.4.0"
|
||
|
pyln-client = { path = "../pyln-client" }
|
||
|
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"
|