mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-05 21:44:42 +01:00
836c1b805b
Mostly comments and docs: some places are actually paths, which I have avoided changing. We may migrate them slowly, particularly when they're user-visible. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
24 lines
510 B
TOML
24 lines
510 B
TOML
[tool.poetry]
|
|
name = "pyln-client"
|
|
version = "0.10.2.post1"
|
|
description = "Client library and plugin library for Core Lightning"
|
|
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
|
license = "BSD-MIT"
|
|
readme = "README.md"
|
|
|
|
packages = [
|
|
{ include = "pyln/client" },
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
pyln-bolt7 = "^1.0.186"
|
|
pyln-proto = "^0.10.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^7.0.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|