mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove unused dependencies (#2543)
## Summary I tried out `cargo shear` to see if there are any unused dependencies that `cargo udeps` isn't reporting. It turned out, there are a few. This PR removes those dependencies. ## Test Plan `cargo build`
This commit is contained in:
parent
ba14f69676
commit
acbee166c0
19 changed files with 0 additions and 134 deletions
|
@ -18,7 +18,6 @@ cache-key = { path = "../cache-key" }
|
|||
distribution-types = { path = "../distribution-types" }
|
||||
uv-fs = { path = "../uv-fs" }
|
||||
uv-normalize = { path = "../uv-normalize" }
|
||||
pypi-types = { path = "../pypi-types" }
|
||||
|
||||
cachedir = { workspace = true }
|
||||
clap = { workspace = true, features = ["derive", "env"], optional = true }
|
||||
|
@ -27,6 +26,5 @@ fs-err = { workspace = true, features = ["tokio"] }
|
|||
nanoid = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
tempfile = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
url = { workspace = true }
|
||||
walkdir = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue