[tool.poetry]
name = "postfix_mta_sts_resolver"
version = "1.3.0"
authors = ["Vladislav Yarmak <vladislav-ex-src@vm-0.com>"]
description = "Daemon which provides TLS client policy for Postfix via socketmap, according to domain MTA-STS policy"
readme = "README.md"
license = "MIT"

[tool.poetry.scripts]
mta-sts-daemon = "postfix_mta_sts_resolver.daemon:main"
mta-sts-query = "postfix_mta_sts_resolver.__main__:main"

[tool.poetry.dependencies]
python = ">=3.7,<3.11.0"
aiodns = "^3.0.0"
aiohttp = "^3.8.4"
PyYAML = "^6.0"

redis = "^4.5.4"
uvloop = "^0.17.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"