core-lightning/contrib/pyln-client/pyproject.toml
Peter Neuroth 02ca226f88 CHANGELOG.md: Update for 23.11rc1
Update changelog, pyln versions, clnrest version and poetry.lock.

Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
2023-11-03 14:49:12 +01:00

25 lines
609 B
TOML

[tool.poetry]
name = "pyln-client"
version = "23.11"
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.8"
pyln-proto = ">=23"
pyln-bolt7 = ">=1.0"
[tool.poetry.dev-dependencies]
pytest = "^7"
pyln-bolt7 = { path = "../pyln-spec/bolt7", develop = true }
pyln-proto = { path = "../pyln-proto", develop = true}
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"