Skip to content

Commit 54e300f

Browse files
committed
Do not require clang-format-docs or black
1 parent a03d678 commit 54e300f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ urls = {Homepage = "https://github.com/finsberg/gotranx"}
1717
requires-python = ">=3.9"
1818
dependencies = [
1919
"attrs",
20-
"clang-format-docs",
21-
"black",
2220
"lark",
2321
"pint",
2422
"rich-click",
@@ -36,6 +34,10 @@ file = "README.md"
3634
content-type = "text/markdown"
3735

3836
[project.optional-dependencies]
37+
formatters = [
38+
"black",
39+
"clang-format-docs",
40+
]
3941
dev = [
4042
"bump-my-version",
4143
"ipython",
@@ -64,6 +66,7 @@ benchmark = [
6466
"pytest-codspeed~=2.2.0; python_version < '3.13'",
6567
"gotranx[test]",
6668
]
69+
all = ["gotranx[formatters,dev,docs,test]"]
6770

6871
[project.scripts]
6972
gotranx = "gotranx.cli:app"

0 commit comments

Comments
 (0)