69d84d1892
PiperOrigin-RevId: 429141704
15 lines
370 B
Text
15 lines
370 B
Text
workspace(name = "org_tensorflow_privacy")
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
|
|
|
git_repository(
|
|
name = "bazel_skylib",
|
|
remote = "https://github.com/bazelbuild/bazel-skylib.git",
|
|
tag = "1.0.3",
|
|
)
|
|
|
|
git_repository(
|
|
name = "rules_python",
|
|
remote = "https://github.com/bazelbuild/rules_python.git",
|
|
tag = "0.5.0",
|
|
)
|