Skip to content

Commit f463c88

Browse files
authored
hrw4u: Fix uv depenedencies (#12815)
1 parent 456ce69 commit f463c88

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tools/hrw4u/pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,10 @@ markers = [
7777
"reverse: marks tests for reverse conversion (header_rewrite -> hrw4u)",
7878
"ast: marks tests for AST validation",
7979
]
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

Comments
 (0)