We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03d678 commit 54e300fCopy full SHA for 54e300f
pyproject.toml
@@ -17,8 +17,6 @@ urls = {Homepage = "https://github.com/finsberg/gotranx"}
17
requires-python = ">=3.9"
18
dependencies = [
19
"attrs",
20
- "clang-format-docs",
21
- "black",
22
"lark",
23
"pint",
24
"rich-click",
@@ -36,6 +34,10 @@ file = "README.md"
36
34
content-type = "text/markdown"
37
35
38
[project.optional-dependencies]
+formatters = [
+ "black",
39
+ "clang-format-docs",
40
+]
41
dev = [
42
"bump-my-version",
43
"ipython",
@@ -64,6 +66,7 @@ benchmark = [
64
66
"pytest-codspeed~=2.2.0; python_version < '3.13'",
65
67
"gotranx[test]",
68
]
69
+all = ["gotranx[formatters,dev,docs,test]"]
70
71
[project.scripts]
72
gotranx = "gotranx.cli:app"
0 commit comments