diff --git a/pyproject.toml b/pyproject.toml index 03ef34a9..7c9909a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,6 +125,8 @@ dev = [ "reportlab>=4.0.0", "ty>=0.0.1a25", "pytest-otel>=2.0.1", + "procrastinate>=3.8", + "psycopg[binary,pool]>=3.2", ] [project.scripts] diff --git a/uv.lock b/uv.lock index 8ba2433f..52113768 100644 --- a/uv.lock +++ b/uv.lock @@ -2236,6 +2236,8 @@ dev = [ { name = "datasets" }, { name = "ipython" }, { name = "playwright" }, + { name = "procrastinate" }, + { name = "psycopg", extra = ["binary", "pool"] }, { name = "pytest" }, { name = "pytest-cov" }, { name = "pytest-mock" }, @@ -2296,6 +2298,8 @@ dev = [ { name = "datasets", specifier = ">=3.3.0" }, { name = "ipython", specifier = ">=9.2.0" }, { name = "playwright", specifier = ">=1.49.1" }, + { name = "procrastinate", specifier = ">=3.8" }, + { name = "psycopg", extras = ["binary", "pool"], specifier = ">=3.2" }, { name = "pytest", specifier = ">=8.3.5" }, { name = "pytest-cov", specifier = ">=6.1.1" }, { name = "pytest-mock", specifier = ">=3.15.1" },