Make anyhow a dev dependency in pypi-types (#3801)

This commit is contained in:
Charlie Marsh 2024-05-23 16:58:22 -04:00 committed by GitHub
parent 4db468e27f
commit 5bebaddc24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }