uv/crates/puffin-resolver
Charlie Marsh 1637f1c216
Add source distribution support to the DistributionFinder (#322)
## Summary

This just enables the `DistributionFinder` (previously known as the
`WheelFinder`) to select source distributions when there are no matching
wheels for a given platform. As a reminder, the `DistributionFinder` is
a simple resolver that doesn't look at any dependencies: it just takes a
set of pinned packages, and finds a distribution to install to satisfy
each requirement.
2023-11-06 00:16:04 -05:00
..
src Add source distribution support to the DistributionFinder (#322) 2023-11-06 00:16:04 -05:00
tests Add support for subdirectories in URL dependencies (#312) 2023-11-03 15:28:38 -04:00
Cargo.toml Write fully-precise Git SHAs to pip-compile output (#299) 2023-11-03 16:26:57 +00:00