Watcher rewritten with inotify module, bugs fixed.

This commit is contained in:
2023-10-19 17:52:37 +00:00
parent 2ff484d7be
commit 01028b0165
4 changed files with 45 additions and 21 deletions
+1 -1
View File
@@ -16,12 +16,12 @@ classifiers = [
dependencies = [
"argon2-cffi",
"docopt",
"inotify",
"msgspec",
"pathvalidate",
"pyjwt",
"sanic",
"tomli_w",
"watchdog",
]
[project.urls]