This commit is contained in:
2025-12-20 06:12:03 +01:00
parent 2cc0bf8f8e
commit 19d3ba4fa3
10 changed files with 513 additions and 93 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "opnsense-cert-exporter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"certifi>=2025.11.12",
"python-dotenv>=1.0.0",
"requests>=2.32.5",
]
[project.optional-dependencies]
systemd = ["systemd-python>=235"]