My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/servers/monitoring/prometheus/dmarc-exporter/pyproject.toml

14 lines
366 B

[tool.poetry]
name = "dmarc-metrics-exporter-env"
version = "0.5.1"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.7,<3.10"
dmarc-metrics-exporter = {git="https://github.com/jgosmann/dmarc-metrics-exporter.git", tag = "v0.5.1"}
bite-parser = "0.1.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"