This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new f463c8878d hrw4u: Fix uv depenedencies (#12815)
f463c8878d is described below

commit f463c8878db34cb7c74edb9ba57111bfb95ca250
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri Jan 16 09:38:45 2026 -0700

    hrw4u: Fix uv depenedencies (#12815)
---
 tools/hrw4u/pyproject.toml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tools/hrw4u/pyproject.toml b/tools/hrw4u/pyproject.toml
index f66a9ada00..bf6babdf57 100644
--- a/tools/hrw4u/pyproject.toml
+++ b/tools/hrw4u/pyproject.toml
@@ -77,3 +77,10 @@ markers = [
     "reverse: marks tests for reverse conversion (header_rewrite -> hrw4u)",
     "ast: marks tests for AST validation",
 ]
+
+[dependency-groups]
+dev = [
+    "build>=1.4.0",
+    "pyinstaller>=6.18.0",
+    "pytest>=7.4.4",
+]

Reply via email to