uv/crates/uv-resolver/src
Charlie Marsh 8b711d2e4d
Avoid adding extras when expanding constraints (#3232)
## Summary

See the diff in the tests. If you have a constraint with an extra, we
should respect it, but we shouldn't _add_ the extra to the requirements.
2024-04-24 02:00:27 +00:00
..
pubgrub Avoid adding extras when expanding constraints (#3232) 2024-04-24 02:00:27 +00:00
resolver Restrict observed requirements to direct when --no-deps is specified (#3191) 2024-04-22 17:17:58 +00:00
bare.rs Add support for parsing unnamed URL requirements (#2567) 2024-03-21 03:28:58 +00:00
candidate_selector.rs Restrict observed requirements to direct when --no-deps is specified (#3191) 2024-04-22 17:17:58 +00:00
dependency_mode.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
dependency_provider.rs Incorporate heuristics to improve package prioritization (#3087) 2024-04-17 14:21:42 +00:00
editables.rs Add support for Metadata 2.2 (#2293) 2024-03-08 16:02:32 +00:00
error.rs Add ticks around error messages more consistently (#3004) 2024-04-22 23:58:36 +00:00
exclude_newer.rs Add JSON Schema support (#3046) 2024-04-17 17:24:41 +00:00
exclusions.rs Split configuration options out of uv-types (#2924) 2024-04-09 11:35:53 -05:00
flat_index.rs Support unnamed requirements in --require-hashes (#2993) 2024-04-11 11:26:50 -04:00
lib.rs Move ExcludeNewer into its own type (#3041) 2024-04-15 20:24:08 +00:00
manifest.rs Restrict observed requirements to direct when --no-deps is specified (#3191) 2024-04-22 17:17:58 +00:00
options.rs Move ExcludeNewer into its own type (#3041) 2024-04-15 20:24:08 +00:00
pins.rs Consider installed packages during resolution (#2596) 2024-03-28 13:49:17 -05:00
preferences.rs Add ticks around error messages more consistently (#3004) 2024-04-22 23:58:36 +00:00
prerelease_mode.rs Restrict observed requirements to direct when --no-deps is specified (#3191) 2024-04-22 17:17:58 +00:00
python_requirement.rs Trim injected python_version marker to (major, minor) (#2395) 2024-03-13 00:11:50 +00:00
redirect.rs Remove redirects from the resolver (#2792) 2024-04-03 02:43:57 +00:00
resolution.rs Hide password in the index printed via --emit-index-annotation (#3112) 2024-04-18 03:59:44 +00:00
resolution_mode.rs Restrict observed requirements to direct when --no-deps is specified (#3191) 2024-04-22 17:17:58 +00:00
version_map.rs Move ExcludeNewer into its own type (#3041) 2024-04-15 20:24:08 +00:00
yanks.rs Restrict observed requirements to direct when --no-deps is specified (#3191) 2024-04-22 17:17:58 +00:00