2022-02-26 11:31:59 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "pyln-bolt4"
|
2022-03-15 10:58:38 +01:00
|
|
|
version = "1.0.2.187.post0"
|
2022-02-26 11:31:59 +01:00
|
|
|
description = "A pure python implementation of BOLT4"
|
2022-03-15 10:58:38 +01:00
|
|
|
authors = ["Rusty Russell <rusty@blockstream.com>"]
|
2022-02-26 11:31:59 +01:00
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
packages = [
|
|
|
|
{ include = "pyln/spec/bolt4" },
|
|
|
|
]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.7"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2022-03-15 10:58:38 +01:00
|
|
|
pyln-proto = "^0.10.2"
|
2022-02-26 11:31:59 +01:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|