core-lightning/contrib/pyln-testing/pyproject.toml
Christian Decker c673c092dc py: Update the PyPI job to use poetry and correct versions
Let's use poetry when we already use it for everything else.

Changelog-None
2022-03-30 06:12:40 +10:30

29 lines
660 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"
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"