Skip to content

Commit 28cb190

Browse files
committed
Add dev optional dependency
1 parent 39f9fb5 commit 28cb190

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ docs = [
5555
"numpydoc>=1.5.0",
5656
"myst-nb>=0.17.1",
5757
]
58+
dev = [
59+
"CADET-Python-Simulator.testing",
60+
"CADET-Python-Simulator.docs",
61+
"ruff",
62+
]
5863

5964

6065
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)