We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4ef45 commit 067cf64Copy full SHA for 067cf64
pyproject.toml
@@ -55,20 +55,32 @@ dynamic = ["version"]
55
[project.optional-dependencies]
56
htmx = [] # for outdated install procedures
57
docs = ["sphinx>=2.2.0"]
58
+
59
+[dependency-groups]
60
dev = [
61
"django-debug-toolbar",
- "coverage",
62
"django-extensions",
63
"ruff",
64
"djlint",
65
"ipython",
66
"pre-commit",
67
"python-dotenv",
- "towncrier",
68
"werkzeug",
69
+ "towncrier",
70
+ {include-group = "build"},
71
+ {include-group = "docs"},
72
+ {include-group = "test"},
73
+]
74
+test = [
75
+ "coverage",
76
"tox>=4",
77
78
+build = [
79
"build", # for debugging builds/installs
80
]
81
+docs = [
82
+ "sphinx>=2.2.0",
83
84
85
[tool.hatch.version]
86
source = "versioningit"
0 commit comments