Remove regex dependency from ruff_python_ast (#4518)

This commit is contained in:
Micha Reiser 2023-05-19 08:44:18 +02:00 committed by GitHub
parent ce8fd31a8f
commit 2f35099f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 14 deletions

View file

@ -19,7 +19,6 @@ memchr = "2.5.0"
num-bigint = { version = "0.4.3" }
num-traits = { version = "0.2.15" }
once_cell = { workspace = true }
regex = { workspace = true }
rustc-hash = { workspace = true }
rustpython-literal = { workspace = true }
rustpython-parser = { workspace = true }