We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac545bf commit fff31f1Copy full SHA for fff31f1
pyproject.toml
@@ -4,4 +4,12 @@ version = "0.1.0"
4
description = "Cookiecutter template for a data science project with a package."
5
readme = "README.md"
6
requires-python = ">=3.12,<3.13"
7
-dependencies = []
+dependencies = [
8
+ "cookiecutter>=2.6.0",
9
+]
10
+
11
+[dependency-groups]
12
+dev = [
13
+ "pytest>=8.4.2",
14
+ "pytest-cookies>=0.7.0",
15
0 commit comments