summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus/dmarc-exporter/pyproject.toml
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-03-14 09:02:08 +0100
committerGitHub <noreply@github.com>2022-03-14 09:02:08 +0100
commit0c5586c2f26249527c09efab70d12d7ff63a3ff1 (patch)
treeae5cbcffa37d70731f53b2498f3ea32e6a467794 /pkgs/servers/monitoring/prometheus/dmarc-exporter/pyproject.toml
parentd806395d13fc9daab52065b1e99430f2f99a0d64 (diff)
parentcafa5b400c48be75300b3e1ec28ddeead9f6f392 (diff)
downloadnixpkgs-0c5586c2f26249527c09efab70d12d7ff63a3ff1.tar
nixpkgs-0c5586c2f26249527c09efab70d12d7ff63a3ff1.tar.gz
nixpkgs-0c5586c2f26249527c09efab70d12d7ff63a3ff1.tar.bz2
nixpkgs-0c5586c2f26249527c09efab70d12d7ff63a3ff1.tar.lz
nixpkgs-0c5586c2f26249527c09efab70d12d7ff63a3ff1.tar.xz
nixpkgs-0c5586c2f26249527c09efab70d12d7ff63a3ff1.tar.zst
nixpkgs-0c5586c2f26249527c09efab70d12d7ff63a3ff1.zip
Merge pull request #162254 from Ma27/init-dmarc-exporter
prometheus-dmarc-exporter: init at 0.5.1
Diffstat (limited to 'pkgs/servers/monitoring/prometheus/dmarc-exporter/pyproject.toml')
-rw-r--r--pkgs/servers/monitoring/prometheus/dmarc-exporter/pyproject.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/servers/monitoring/prometheus/dmarc-exporter/pyproject.toml b/pkgs/servers/monitoring/prometheus/dmarc-exporter/pyproject.toml
new file mode 100644
index 00000000000..f3b95e154ee
--- /dev/null
+++ b/pkgs/servers/monitoring/prometheus/dmarc-exporter/pyproject.toml
@@ -0,0 +1,14 @@
+[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"