mirror of
https://gitlab.com/iscmt/homehub4000-prometheus-exporter.git
synced 2026-04-04 09:22:24 -04:00
25 lines
462 B
TOML
25 lines
462 B
TOML
[project]
|
|
name = "homehub-exporter"
|
|
version = "0.1.0"
|
|
description = "Prometheus exporter for the HomeHub 4000 router"
|
|
readme = "README.md"
|
|
license = { file = "LICENSE" }
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"beautifulsoup4>=4.12",
|
|
"playwright>=1.50",
|
|
"prometheus-client>=0.21",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=8.0",
|
|
"pytest-cov>=4.0",
|
|
"ruff>=0.3",
|
|
"ty>=0.0.9",
|
|
]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|
|
pythonpath = ["src"]
|