mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Make anyhow
a dev dependency in pypi-types
(#3801)
This commit is contained in:
parent
4db468e27f
commit
5bebaddc24
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,6 @@ pep508_rs = { workspace = true }
|
|||
uv-normalize = { workspace = true }
|
||||
uv-git = { workspace = true }
|
||||
|
||||
anyhow = { workspace = true }
|
||||
chrono = { workspace = true, features = ["serde"] }
|
||||
git2 = { workspace = true }
|
||||
indexmap = { workspace = true, features = ["serde"] }
|
||||
|
@ -33,3 +32,4 @@ tracing = { workspace = true }
|
|||
url = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue