From c0e3d0e72d9d636728a5171511e3ce1003203567 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 10 Apr 2023 20:56:16 +0200 Subject: bump --- overlays/postfix-mta-sts-resolver/pyproject.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 overlays/postfix-mta-sts-resolver/pyproject.toml (limited to 'overlays/postfix-mta-sts-resolver/pyproject.toml') diff --git a/overlays/postfix-mta-sts-resolver/pyproject.toml b/overlays/postfix-mta-sts-resolver/pyproject.toml new file mode 100644 index 00000000..50957a64 --- /dev/null +++ b/overlays/postfix-mta-sts-resolver/pyproject.toml @@ -0,0 +1,24 @@ +[tool.poetry] +name = "postfix_mta_sts_resolver" +version = "1.3.0" +authors = ["Vladislav Yarmak "] +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" -- cgit v1.2.3