[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"]