mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 06:20:38 +00:00
build(deps): remove some unused dependencies (#3582)
* build(deps): remove some unused dependencies * add `arc-swap` dependency back
This commit is contained in:
@@ -17,7 +17,6 @@ python = [
|
||||
"dep:rustpython-compiler",
|
||||
"dep:rustpython-compiler-core",
|
||||
"dep:rustpython-codegen",
|
||||
"dep:rustpython-ast",
|
||||
"dep:rustpython-pylib",
|
||||
"dep:rustpython-stdlib",
|
||||
"dep:paste",
|
||||
@@ -49,7 +48,6 @@ datafusion-expr = { workspace = true, optional = true }
|
||||
datafusion-physical-expr = { workspace = true, optional = true }
|
||||
datatypes.workspace = true
|
||||
futures.workspace = true
|
||||
futures-util.workspace = true
|
||||
lazy_static.workspace = true
|
||||
once_cell.workspace = true
|
||||
paste = { workspace = true, optional = true }
|
||||
@@ -57,7 +55,6 @@ prometheus.workspace = true
|
||||
query.workspace = true
|
||||
# TODO(discord9): This is a forked and tweaked version of RustPython, please update it to newest original RustPython After RustPython support GC
|
||||
pyo3 = { version = "0.19", optional = true, features = ["abi3", "abi3-py37"] }
|
||||
rustpython-ast = { git = "https://github.com/discord9/RustPython", optional = true, rev = "9ed5137412" }
|
||||
rustpython-codegen = { git = "https://github.com/discord9/RustPython", optional = true, rev = "9ed5137412" }
|
||||
rustpython-compiler = { git = "https://github.com/discord9/RustPython", optional = true, rev = "9ed5137412" }
|
||||
rustpython-compiler-core = { git = "https://github.com/discord9/RustPython", optional = true, rev = "9ed5137412" }
|
||||
@@ -74,7 +71,6 @@ servers.workspace = true
|
||||
session.workspace = true
|
||||
snafu.workspace = true
|
||||
sql.workspace = true
|
||||
store-api.workspace = true
|
||||
table.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user