cln-nip47/tests/pyproject.toml
2026-08-08 15:06:37 +02:00

17 lines
369 B
TOML

[project]
name = "cln-nip47"
version = "0.1.0"
requires-python = ">=3.10"
description = "python dependencies for running tests"
[dependency-groups]
dev = [
"pytest>=8,<10",
"pytest-asyncio>=0.23.8,<2",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
"nostr-sdk>=0.45",
"pyln-testing>=25.9",
"pyln-client>=25.9",
"pyln-proto>=25.9",
]