added plantUML support

fixed bug with subscription being notified multiple times
This commit is contained in:
2024-10-23 20:57:20 +08:00
parent a4b3d10c66
commit 7d9cae76c1
15 changed files with 424 additions and 163 deletions

View File

@@ -28,7 +28,8 @@ dependencies = [
"pwo",
"PyYAML",
"pygraphviz",
"aiofiles"
"aiofiles",
"aiohttp[speedups]"
]
[project.optional-dependencies]