2025-08-18 12:03:51 +02:00
|
|
|
[project]
|
|
|
|
|
name = "cln-nip47"
|
|
|
|
|
version = "0.1.0"
|
2026-04-23 00:17:36 +02:00
|
|
|
requires-python = ">=3.10"
|
2025-08-18 12:03:51 +02:00
|
|
|
description = "python dependencies for running tests"
|
|
|
|
|
|
|
|
|
|
[dependency-groups]
|
|
|
|
|
dev = [
|
2026-07-26 14:48:42 +02:00
|
|
|
"pytest>=8,<10",
|
2025-09-19 15:00:48 +02:00
|
|
|
"pytest-asyncio>=0.23.8,<2",
|
2025-08-18 12:03:51 +02:00
|
|
|
"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",
|
2025-08-18 12:03:51 +02:00
|
|
|
]
|