From 4f9626c4477ca37e18bb47d6b14a84dc7922280a Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Thu, 29 Aug 2024 11:46:30 -0400 Subject: [PATCH] Add cookiecutter (#428) --- python/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 5035f0f45..3c1cca4b4 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -14,7 +14,8 @@ dev-dependencies = [ "polars", "pytest_mock", "poethepoet", - "packaging" + "packaging", + "cookiecutter" ] [tool.uv.sources]