-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
uv tree --invert
for platform dependencies (#7808)
## Summary `click` has one dependency of `colorama` only on Windows, `uv tree --invert` should not include `colorama` on non-Windows platforms, but currently: ```console $ uv init $ uv add click $ uv tree --invert --python-platform macos colorama v0.4.6 ``` it should: ```console $ uv tree --invert --python-platform macos click v8.1.7 └── project v0.1.0 ```
- Loading branch information
Showing
2 changed files
with
94 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters