Remove unused dependencies

This commit is contained in:
Micha Reiser 2023-05-12 11:14:31 +02:00
parent 895f923567
commit 6e4b7d37fc
No known key found for this signature in database

View file

@ -8,16 +8,11 @@ repository = "https://github.com/RustPython/Parser/"
license = "MIT"
[dependencies]
itertools = { workspace = true }
num-bigint = { workspace = true }
num-complex = { workspace = true }
# ruff dependency shouldn't be placed out of this crate
ruff_text_size = { path = "../ruff_text_size" }
ruff_source_location = { path = "../ruff_source_location", optional = true }
serde = { version = "1.0.133", optional = true, default-features = false, features = ["derive"] }
lz4_flex = "0.9.2"
[features]
default = []