mirror of https://github.com/astral-sh/ruff
Optimize BuildMap bytecode emission
This commit is contained in:
parent
d1ae5a7448
commit
1dd57971a9
|
|
@ -9,6 +9,7 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
|
itertools = "0.8.0"
|
||||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||||
rustpython-parser = { path = "../parser", version = "0.1.1" }
|
rustpython-parser = { path = "../parser", version = "0.1.1" }
|
||||||
num-complex = { version = "0.2", features = ["serde"] }
|
num-complex = { version = "0.2", features = ["serde"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue