mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
Some checks failed
Integration Tests (latest) / Test CLN=25.12, PY=3.10, BCD=31.0, EXP=1, DEP=0 (push) Has been cancelled
Integration Tests (latest) / Test CLN=25.12, PY=3.12, BCD=31.0, EXP=1, DEP=0 (push) Has been cancelled
Integration Tests (latest) / Test CLN=26.04, PY=3.10, BCD=31.0, EXP=1, DEP=0 (push) Has been cancelled
Integration Tests (latest) / Test CLN=26.04, PY=3.12, BCD=31.0, EXP=1, DEP=0 (push) Has been cancelled
Integration Tests (latest) / Test CLN=26.06.1, PY=3.10, BCD=31.0, EXP=1, DEP=0 (push) Has been cancelled
Integration Tests (latest) / Test CLN=26.06.1, PY=3.12, BCD=31.0, EXP=1, DEP=0 (push) Has been cancelled
Integration Tests (latest) / CI completion (push) Has been cancelled
Integration Tests (latest) / CI completion-1 (push) Has been cancelled
Integration Tests (latest) / CI completion-2 (push) Has been cancelled
Bumps the all-dependencies group with 1 update in the /prometheus directory: [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures). Updates `pytest-rerunfailures` from 16.2 to 16.4 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.2...16.4) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.3' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
483 B
TOML
18 lines
483 B
TOML
[project]
|
|
name = "prometheus"
|
|
version = "0.1.0"
|
|
description = "A plugin that reports metrics to be collected by prometheus"
|
|
readme = "README.md"
|
|
authors = [{ name = "Christian Decker", email = "<decker@blockstream.io>" }]
|
|
license = "MIT"
|
|
requires-python = ">=3.10"
|
|
|
|
dependencies = ["prometheus-client>=0.25.0", "pyln-client>=25.9.3"]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pyln-testing>=25.9.3",
|
|
"pytest-rerunfailures>=16.4",
|
|
"pytest-timeout>=2.1.0",
|
|
"pytest-xdist>=3.1.0",
|
|
]
|