From 3705424e982e8e38faf97bd89de92c5f33ea725a Mon Sep 17 00:00:00 2001 From: AisukaYuki Date: Fri, 14 Feb 2025 16:35:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E9=A2=84=E8=AE=BE?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 44d51e7..6715d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "python-multipart>=0.0.12", "requests>=2.32.3", "sentry-sdk[fastapi]==1.45.1", + "watchdog>=6.0.0", ] requires-python = ">=3.10" readme = "README.md"