dmarc-report-analyzer/pyproject.toml

19 lines
451 B
TOML

[tool.poetry]
name = "dmarc-report-analyzer"
version = "0.1.0"
description = "dmarc-report-analyzer is a tool to fetch dmarc report, aggregate and warn you if you encounter a fail"
authors = ["Dryusdan"]
license = "GPL 3.0"
[tool.poetry.dependencies]
python = "^3.10"
xmltodict = "^0.13.0"
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
black = "^22.3.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"