core-lightning/contrib/pyln-spec/bolt4/pyproject.toml
2022-03-08 05:00:36 +10:30

21 lines
430 B
TOML

[tool.poetry]
name = "pyln-bolt4"
version = "1.0.1.187"
description = "A pure python implementation of BOLT4"
authors = ["Rusty Russell <@rustyrussell>"]
license = "MIT"
packages = [
{ include = "pyln/spec/bolt4" },
]
[tool.poetry.dependencies]
python = "^3.7"
pyln-proto = {path = "../../pyln-proto"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"