mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 05:35:22 +00:00
Remove unused dependencies
This commit is contained in:
parent
895f923567
commit
6e4b7d37fc
1 changed files with 0 additions and 5 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue