Lock dependency groups in the uv pip
interface, i.e., uv pip compile --group
#8969
Labels
compatibility
Compatibility with a specification or another tool
enhancement
New feature or improvement to existing functionality
Hi all,
Similar to #8590 it would be great if the PEP 735 dependency-groups could be locked with
uv pip compile
.I would imagine something like:
uv pip compile pyproject.toml -o requirements-dev.txt --group=test
.Linking this for possible interface alignment:
The text was updated successfully, but these errors were encountered: