Skip to content

Commit c8740f5

Browse files
committed
chore: add all category to optional-dependencies
1 parent 12de3f7 commit c8740f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ demo = [
4747
"streamlit==1.45.0",
4848
"matplotlib==3.10.1",
4949
]
50+
all = [
51+
"komm[lint]",
52+
"komm[test]",
53+
"komm[doc]",
54+
"komm[debug]",
55+
"komm[demo]",
56+
]
5057

5158
[build-system]
5259
requires = ["build", "setuptools>=61.0.0", "wheel", "twine"]

0 commit comments

Comments
 (0)