added 'aiofiles' to make file operation async
Some checks failed
CI / Build Pip package (push) Successful in 32s
CI / Build Docker image (push) Failing after 14s

This commit is contained in:
2024-10-21 13:40:19 +08:00
parent 94670e5aaf
commit ec45c719ee
5 changed files with 77 additions and 41 deletions

View File

@@ -27,7 +27,8 @@ dependencies = [
"watchdog",
"pwo",
"PyYAML",
"pygraphviz"
"pygraphviz",
"aiofiles"
]
[project.optional-dependencies]