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"