mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
15 lines
366 B
TOML
15 lines
366 B
TOML
[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"
|