Remove unused dependencies (#3527)

Surfaced with `cargo shear`.
This commit is contained in:
Charlie Marsh 2024-05-11 13:33:49 -04:00 committed by GitHub
parent 2c3a6796aa
commit c2452957f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 0 additions and 18 deletions

View file

@ -19,11 +19,9 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
pep440_rs = { workspace = true }
uv-fs = { workspace = true }
uv-git = { workspace = true }
uv-normalize = { workspace = true }
derivative = { workspace = true }
indexmap = { workspace = true }
once_cell = { workspace = true }
pyo3 = { workspace = true, optional = true, features = ["abi3", "extension-module"] }
pyo3-log = { workspace = true, optional = true }