8a02f6352a
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary This adds `-t` to `uv pip` to preserve drop-in compatibility with pip's `-t` shortform Closes #17495 <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan Just interactively checked to make sure it works in the same places as `--test` ```bash uv pip install -t test ansible uv pip list -t test echo 'ansible' > requirements.txt uv pip sync -t test requirements.txt ```
uv-cli
This crate is an internal component of uv. The Rust API exposed here is unstable and will have frequent breaking changes.
This version (0.0.15) is a component of uv 0.9.26. The source can be found here.
See uv's crate versioning policy for details on versioning.