mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
20 lines
423 B
TOML
20 lines
423 B
TOML
[project]
|
|
name = "cln-nip47"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.9"
|
|
description = "python dependencies for running tests"
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=8.4,<9",
|
|
"pytest-asyncio>=0.23.8,<2",
|
|
"pytest-xdist>=3.7,<4",
|
|
"pytest-timeout>=2.4,<3",
|
|
"nostr-sdk>=0.43",
|
|
"PyYAML>=6.0.2,<7",
|
|
"nostr_relay>=1.14",
|
|
"pyln-testing>=25.5",
|
|
]
|
|
|
|
[tool.uv]
|
|
override-dependencies = ["pytest>=8.4,<9"]
|