mirror of
https://github.com/daywalker90/summars.git
synced 2026-08-15 12:50:43 +02:00
15 lines
312 B
TOML
15 lines
312 B
TOML
[project]
|
|
name = "summars"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.10"
|
|
description = "python dependencies for running tests"
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=7.4,<9",
|
|
"pytest-xdist>=3.7,<4",
|
|
"pytest-timeout>=2.4,<3",
|
|
"pyln-testing>=25.5",
|
|
"pyln-client>=25.5",
|
|
"pyln-proto>=25.5",
|
|
]
|