dmarc-report-analyzer/pyproject.toml

22 lines
547 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"
fastapi = "^0.78.0"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
rethinkdb = "^2.4.9"
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"