diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ dependencies = [ "treq>=22.2.0", "light9 @ file:///${PROJECT_ROOT}/", "python-debouncer>=0.1.4", + "pytest>=8.2.0", ] requires-python = ">=3.11"