File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ dynamic = ["version"]
4848"Homepage" = " https://github.com/Uninett/Argus"
4949
5050[project .optional-dependencies ]
51- docs = [" sphinx>=2.2.0" ]
5251htmx = [
5352 " django-htmx" ,
5453 " django-widget-tweaks==1.5.0" ,
@@ -60,20 +59,32 @@ spa = [
6059 " channels[daphne]>=4.0.0,<5" ,
6160 " channels-redis>=4" ,
6261]
62+
63+ [dependency-groups ]
6364dev = [
6465 " django-debug-toolbar" ,
65- " coverage" ,
6666 " django-extensions" ,
6767 " ruff" ,
6868 " djlint" ,
6969 " ipython" ,
7070 " pre-commit" ,
7171 " python-dotenv" ,
72- " towncrier" ,
7372 " werkzeug" ,
73+ " towncrier" ,
74+ {include-group = " build" },
75+ {include-group = " docs" },
76+ {include-group = " test" },
77+ ]
78+ test = [
79+ " coverage" ,
7480 " tox>=4" ,
81+ ]
82+ build = [
7583 " build" , # for debugging builds/installs
7684]
85+ docs = [
86+ " sphinx>=2.2.0" ,
87+ ]
7788
7889[tool .hatch .version ]
7990source = " versioningit"
You can’t perform that action at this time.
0 commit comments