e2095b987a
## Summary Implements the `--exclude` flag to `uv pip freeze`, which allows to filter unwanted dependencies from the resulting requirements.txt file. ```bash uv pip freeze --exclude pandas ``` part of https://github.com/astral-sh/uv/issues/3141 ## Test Plan Unit test with simple exclusion example of command argument(s)
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.