diff --git a/crates/ty_python_semantic/Cargo.toml b/crates/ty_python_semantic/Cargo.toml index 96fe7831b0c5c5..1602d33708c2cd 100644 --- a/crates/ty_python_semantic/Cargo.toml +++ b/crates/ty_python_semantic/Cargo.toml @@ -27,7 +27,6 @@ ty_combine = { workspace = true } ty_module_resolver = { workspace = true } ty_site_packages = { workspace = true } -anyhow = { workspace = true } bitflags = { workspace = true } bitvec = { workspace = true } compact_str = { workspace = true } @@ -47,13 +46,13 @@ smallvec = { workspace = true } static_assertions = { workspace = true } strum = { workspace = true } strum_macros = { workspace = true } -test-case = { workspace = true } thiserror = { workspace = true } tracing = { workspace = true } [dev-dependencies] ruff_db = { workspace = true, features = ["testing", "os"] } ruff_python_parser = { workspace = true } +test-case = { workspace = true } ty_static = { workspace = true } ty_test = { workspace = true } ty_vendored = { workspace = true }