event bus implementation

This commit is contained in:
2026-03-24 02:23:14 +02:00
parent 1c312bb528
commit c2e3ef9405
4 changed files with 104 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ web = [
"aiohttp",
"aiohttp_cors",
"aiohttp_jinja2",
"aiohttp_sse",
]
web-auth = [
"ahriman[web]",