Files
uv/crates/uv-cli
Tobias Gårdhus e2095b987a Implement uv pip freeze --exclude flag (#17045)
## 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)
2026-01-17 09:34:32 -06:00
..
2026-01-15 14:25:54 -06:00
2026-01-15 14:25:54 -06:00

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.