uv/crates/uv-resolver
Charlie Marsh 5c71b5c124
Enable first-class dependency exclusions (#16528)
## Summary

This PR adds an `exclude-dependencies` setting that allows users to omit
a dependency during resolution. It's effectively a formalized version of
the `flask ; python_version < '0'` hack that we've suggested to users in
various issues.

Closes #12616.
2025-10-31 10:14:12 -04:00
..
src Enable first-class dependency exclusions (#16528) 2025-10-31 10:14:12 -04:00
Cargo.toml Use a global flags instance for wheel check (#16047) 2025-09-30 00:10:11 +00:00