mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Avoid caching wheel fetches
This commit is contained in:
parent
a43328d914
commit
28721cf5fc
6 changed files with 14 additions and 7 deletions
|
@ -2,9 +2,9 @@ use std::path::Path;
|
|||
use std::str::FromStr;
|
||||
|
||||
use anyhow::Result;
|
||||
use puffin_client::PypiClientBuilder;
|
||||
use tracing::debug;
|
||||
|
||||
use puffin_client::PypiClientBuilder;
|
||||
use puffin_interpreter::PythonExecutable;
|
||||
use puffin_platform::tags::Tags;
|
||||
use puffin_platform::Platform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue