mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-15 12:50:41 +02:00
prometheus: upgrade min version of python to 3.10 and pyln packages to v25.9
This commit is contained in:
parent
6edb4dd6c5
commit
cc1f0936da
3 changed files with 542 additions and 839 deletions
|
|
@ -5,13 +5,13 @@ 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.9.2"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
dependencies = ["prometheus-client>=0.20.0", "pyln-client>=24.5"]
|
||||
dependencies = ["prometheus-client>=0.20.0", "pyln-client>=25.9.3"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pyln-testing>=24.5",
|
||||
"pyln-testing>=25.9.3",
|
||||
"pytest-rerunfailures>=10.3",
|
||||
"pytest-timeout>=2.1.0",
|
||||
"pytest-xdist>=3.1.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
from pyln.testing.fixtures import * # noqa: F401,F403
|
||||
import urllib
|
||||
import urllib.request
|
||||
|
||||
plugin_path = os.path.join(os.path.dirname(__file__), "prometheus.py")
|
||||
|
||||
|
|
|
|||
1373
prometheus/uv.lock
generated
1373
prometheus/uv.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue