core-lightning/contrib/pyln-spec/bolt2/pyproject.toml
Rusty Russell 264b4e02fa pyln-spec: update to latest spec.
In particular, some field names have changed. lnprototest in master
has already upgraded names, so this brings us into compatibility again.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Changed: pyln-spec: package updated to latest spec version.
2022-09-22 15:29:08 +02:00

20 lines
420 B
TOML

[tool.poetry]
name = "pyln-bolt2"
version = "1.0.3.246"
description = "A pure python implementation of BOLT2"
authors = ["Rusty Russell <rusty@blockstream.com>"]
license = "MIT"
packages = [
{ include = "pyln/spec/bolt2" },
]
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
pyln-proto = "^0.10.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"