Skip to content

Commit 4b9e269

Browse files
committed
Add dependency-groups for dev tools
1 parent 14ba613 commit 4b9e269

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ dev = [
100100
"mkdocs-linkcheck~=1.0.6",
101101
]
102102

103+
# For PEP 735 compliant tools
104+
[dependency-groups]
105+
dev = [ "guidellm[dev]" ]
106+
103107
[project.urls]
104108
homepage = "https://github.com/vllm-project/guidellm"
105109
source = "https://github.com/vllm-project/guidellm"

0 commit comments

Comments
 (0)