From 0906406b74951566fa6eac67bafc8355938aaf49 Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:16:46 +0800 Subject: [PATCH] feat: add watchdog --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 24b8c1e..e8d9744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ dependencies = [ "modelscope", "mss", "sqlite_vec", + "watchdog", ] [project.urls]