mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-20 13:28:14 +02:00
16 lines
353 B
TOML
16 lines
353 B
TOML
[project]
|
|
name = "summary"
|
|
version = "0.1.0"
|
|
description = "Show a summary of your node, including fiat amounts"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=7.4,<9",
|
|
"pytest-xdist>=3.7,<4",
|
|
"pytest-timeout>=2.4,<3",
|
|
"pyln-testing>=25.9.3",
|
|
"pyln-client>=25.9.3",
|
|
"pyln-proto>=25.9.3",
|
|
]
|