Skip to content

Commit 1121f37

Browse files
committed
fix: re-add accidentally dropped develop dependencies
1 parent 5e88680 commit 1121f37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Homepage = "https://github.com/OctoPrint/OctoPrint-PiSupport"
2424

2525
[project.optional-dependencies]
2626
develop = [
27+
"pytest",
28+
"ddt",
29+
"mock",
30+
"pre-commit",
2731
"go-task-bin",
2832
]
2933

0 commit comments

Comments
 (0)