2022-02-16 15:31:34 -07:00
|
|
|
workspace(name = "org_tensorflow_privacy")
|
|
|
|
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
2022-07-08 13:06:47 -06:00
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
2022-02-16 15:31:34 -07:00
|
|
|
|
|
|
|
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",
|
|
|
|
)
|