uv pip compile
does not show which dependencies are defined directly by the project
#2162
Labels
duplicate
This issue or pull request already exists
Expected Behavior
pip-compile
signifies which dependencies come directly from the current project itself, by putting<project-name> (pyproject.toml)
in thevia
comment. This is very helpful in differentiating between transitive and direct dependencies.Bug
uv
completely skips this output, making transitive and direct dependencies look the same.Platform
uv
version:0.1.13
The text was updated successfully, but these errors were encountered: