core-lightning/contrib/pyln-client/pyproject.toml
Rusty Russell 836c1b805b doc: update c-lightning to Core Lightning almost everywhere.
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>
2022-04-07 06:53:26 +09:30

24 lines
510 B
TOML

[tool.poetry]
name = "pyln-client"
version = "0.10.2.post1"
description = "Client library and plugin library for Core Lightning"
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"
readme = "README.md"
packages = [
{ include = "pyln/client" },
]
[tool.poetry.dependencies]
python = "^3.7"
pyln-bolt7 = "^1.0.186"
pyln-proto = "^0.10.2"
[tool.poetry.dev-dependencies]
pytest = "^7.0.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"