rgb-cln/contrib/pyln-spec/bolt1/pyproject.toml

21 lines
393 B
TOML
Raw Normal View History

[tool.poetry]
name = "pyln-bolt1"
version = "1.0.1.187"
description = ""
authors = ["Rusty Russell <@rustyrussell>"]
license = "MIT"
packages = [
{ include = "pyln/spec/bolt1" },
]
[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"