mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
21 lines
383 B
TOML
21 lines
383 B
TOML
[tool.poetry]
|
|
name = "pyln-bolt1"
|
|
version = "1.0.2.246"
|
|
description = ""
|
|
authors = ["Rusty Russell <rusty@blockstream.com>"]
|
|
license = "MIT"
|
|
|
|
packages = [
|
|
{ include = "pyln/spec/bolt1" },
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pyln-proto = "^0.10.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|