feat: email and webhook notification dispatch

This commit is contained in:
2026-03-17 19:50:25 -04:00
parent 4d81a50d7c
commit 7fe686d366
2 changed files with 101 additions and 1 deletions
+1 -1
View File
@@ -16,13 +16,13 @@ dependencies = [
"pyyaml>=6.0",
"packaging>=24.0",
"click>=8.0",
"httpx>=0.27",
]
[project.optional-dependencies]
dev = [
"pytest>=8.0",
"pytest-asyncio>=0.23",
"httpx>=0.27",
]
[project.scripts]