We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456ce69 commit f463c88Copy full SHA for f463c88
1 file changed
tools/hrw4u/pyproject.toml
@@ -77,3 +77,10 @@ markers = [
77
"reverse: marks tests for reverse conversion (header_rewrite -> hrw4u)",
78
"ast: marks tests for AST validation",
79
]
80
+
81
+[dependency-groups]
82
+dev = [
83
+ "build>=1.4.0",
84
+ "pyinstaller>=6.18.0",
85
+ "pytest>=7.4.4",
86
+]
0 commit comments