cln-nip47/tests/pyproject.toml

18 lines
369 B
TOML
Raw Permalink Normal View History

[project]
name = "cln-nip47"
version = "0.1.0"
2026-04-23 00:17:36 +02:00
requires-python = ">=3.10"
description = "python dependencies for running tests"
[dependency-groups]
dev = [
2026-07-26 14:48:42 +02:00
"pytest>=8,<10",
"pytest-asyncio>=0.23.8,<2",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
2026-08-08 14:36:42 +02:00
"nostr-sdk>=0.45",
2026-07-26 14:48:42 +02:00
"pyln-testing>=25.9",
"pyln-client>=25.9",
"pyln-proto>=25.9",
]