Skip to content

Commit 62aef3d

Browse files
authored
Update pyproject.toml
Added project.optional-dependencies
1 parent 06ed179 commit 62aef3d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ dependencies = [
1717
"seaborn>=0.13.2"
1818
]
1919

20+
[project.optional-dependencies]
21+
dev = [
22+
"pytest>=7.0",
23+
"pytest-cov>=4.0"
24+
]
25+
2026
[project.scripts]
2127
process_improvement = "process_improvement.cli:main"
2228

@@ -30,4 +36,4 @@ requires = ["setuptools>=42", "wheel"]
3036
build-backend = "setuptools.build_meta"
3137

3238
[tool.setuptools.packages]
33-
find = {}
39+
find = {}

0 commit comments

Comments
 (0)