2022-02-21 19:46:15 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "pyln-client"
|
2022-03-15 10:58:38 +01:00
|
|
|
version = "0.10.2.post1"
|
2022-02-21 19:46:15 +01:00
|
|
|
description = "Client library and plugin library for c-lightning"
|
|
|
|
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
|
|
|
license = "BSD-MIT"
|
|
|
|
|
|
|
|
packages = [
|
|
|
|
{ include = "pyln/client" },
|
|
|
|
]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.7"
|
2022-03-15 10:58:38 +01:00
|
|
|
pyln-bolt7 = "^1.0.186"
|
|
|
|
pyln-proto = "^0.10.2"
|
2022-02-21 19:46:15 +01:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
pytest = "^7.0.1"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|