uv/crates/puffin-cli
Charlie Marsh ba72950546
Avoid passing cached wheels to the resolver step (#70)
When we go to install a locked `requirements.txt`, if a wheel is already
available in the local cache, and matches the version specifiers, we can
just use it directly without fetching the package metadata. This speeds
up the no-op case by about 33%.

Closes https://github.com/astral-sh/puffin/issues/48.
2023-10-08 22:17:19 -04:00
..
src Avoid passing cached wheels to the resolver step (#70) 2023-10-08 22:17:19 -04:00
Cargo.toml Skip already-installed dependencies during sync command (#43) 2023-10-07 19:26:45 +00:00