mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-01 03:24:41 +01:00
21 lines
386 B
TOML
21 lines
386 B
TOML
[tool.poetry]
|
|
name = "pyln-bolt7"
|
|
version = "1.0.186"
|
|
description = "BOLT7"
|
|
authors = ["Rusty Russell"]
|
|
license = "BSD-MIT"
|
|
|
|
packages = [
|
|
{ include = "pyln/spec/bolt7" },
|
|
]
|
|
|
|
[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"
|