ADD watchdog dependency to pyproject.toml

This commit is contained in:
2025-12-18 19:45:22 +00:00
parent c26084091f
commit 738c463e6a

View File

@@ -7,6 +7,7 @@ requires-python = ">=3.9"
dependencies = [ dependencies = [
"obsws-python", "obsws-python",
"watchdog"
] ]
[project.scripts] [project.scripts]