Skip to content

Commit

Permalink
gen
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 25, 2024
1 parent baea25f commit eaadb04
Show file tree
Hide file tree
Showing 9 changed files with 914 additions and 20 deletions.
7 changes: 4 additions & 3 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ default = [
"services-webhdfs",
]

# NOTE: this is the feature we used to build pypi wheels.
# When enable it or disable some feature,
# also need to update dev/src/generate/binding_python.rs `enabled_service` to match it.
services-all = [
"default",
"services-aliyun-drive",
Expand Down Expand Up @@ -160,9 +163,7 @@ doc = false
bytes = "1.5.0"
futures = "0.3.28"
# this crate won't be published, we always use the local version
opendal = { version = ">=0", path = "../../core", features = [
"layers-blocking",
] }
opendal = { version = ">=0", path = "../../core", features = ["layers-blocking"] }
pyo3 = { version = "0.23.3", features = ["generate-import-lib"] }
pyo3-async-runtimes = { version = "0.23.0", features = ["tokio-runtime"] }
tokio = "1"
Expand Down
Loading

0 comments on commit eaadb04

Please sign in to comment.