File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ urls = {Homepage = "https://github.com/finsberg/gotranx"}
17
17
requires-python = " >=3.9"
18
18
dependencies = [
19
19
" attrs" ,
20
- " clang-format-docs" ,
21
- " black" ,
22
20
" lark" ,
23
21
" pint" ,
24
22
" rich-click" ,
@@ -36,6 +34,10 @@ file = "README.md"
36
34
content-type = " text/markdown"
37
35
38
36
[project .optional-dependencies ]
37
+ formatters = [
38
+ " black" ,
39
+ " clang-format-docs" ,
40
+ ]
39
41
dev = [
40
42
" bump-my-version" ,
41
43
" ipython" ,
@@ -51,19 +53,22 @@ docs = [
51
53
" sphinxcontrib-mermaid" ,
52
54
" jax" ,
53
55
" numba" ,
56
+ " gotranx[formatters]" ,
54
57
]
55
58
test = [
56
59
" pytest" ,
57
60
" pytest-cov" ,
58
61
" jax" ,
59
62
" cmake" ,
63
+ " gotranx[formatters]" ,
60
64
]
61
65
benchmark = [
62
66
" pytest-benchmark>=4.0.0" ,
63
67
# TODO: remove bound once pytest-codspeed supports 3.13, blocked by `python-cffi`
64
68
" pytest-codspeed~=2.2.0; python_version < '3.13'" ,
65
69
" gotranx[test]" ,
66
70
]
71
+ all = [" gotranx[formatters,dev,docs,test]" ]
67
72
68
73
[project .scripts ]
69
74
gotranx = " gotranx.cli:app"
You can’t perform that action at this time.
0 commit comments