mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove unused dependencies (#3236)
`cargo shear --fix` and some manual fixing for tokio and flate2. I wanted to prepare my branch and realized main also needs this.
This commit is contained in:
parent
a653670d04
commit
3783292c43
12 changed files with 2 additions and 36 deletions
|
@ -19,7 +19,7 @@ pep440_rs = { workspace = true }
|
|||
pep508_rs = { workspace = true }
|
||||
uv-fs = { workspace = true }
|
||||
uv-interpreter = { workspace = true }
|
||||
uv-types = { workspace = true, features = ["serde"] }
|
||||
uv-types = { workspace = true }
|
||||
uv-configuration = { workspace = true, features = ["serde"] }
|
||||
uv-virtualenv = { workspace = true }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue