Skip to content
Prev Previous commit
Next Next commit
switch to dependency-group
  • Loading branch information
wyattscarpenter committed Nov 8, 2025
commit c5ed9458fa913fadd252dc841d8fdb3cd06191e5
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ python2 = []
reports = ["lxml"]
install-types = ["pip"]
faster-cache = ["orjson"]
# 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.):

[dependency-groups]
dev = [
# 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.):
"pip-tools>=7.5.1",
"pip<25.3", # workaround for this problem until its fix gets released: https://github.com/jazzband/pip-tools/pull/2253
]
Expand Down