Skip to content

Commit c5ed945

Browse files
switch to dependency-group
1 parent 63f203c commit c5ed945

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ python2 = []
6565
reports = ["lxml"]
6666
install-types = ["pip"]
6767
faster-cache = ["orjson"]
68-
# Not strictly needed for building per se, but pip-compile from this package is needed if you want to update the requirement files. (Word on the street is you can also use uv pip compile instead.):
68+
69+
[dependency-groups]
6970
dev = [
71+
# Not strictly needed for building per se, but pip-compile from this package is needed if you want to update the requirement files. (Word on the street is you can also use uv pip compile instead.):
7072
"pip-tools>=7.5.1",
7173
"pip<25.3", # workaround for this problem until its fix gets released: https://github.com/jazzband/pip-tools/pull/2253
7274
]

0 commit comments

Comments
 (0)