aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJon Brandvein <brandjon@google.com>2019-10-18 11:16:56 -0400
committerGitHub <noreply@github.com>2019-10-18 11:16:56 -0400
commitf46e953f6e0315a3f884154f9395a32ec9999eab (patch)
tree8257c615468ac83dd96963672524d297728be6b4 /WORKSPACE
parent5aa465d5d91f1d9d90cac10624e3d2faf2057bd5 (diff)
downloadbazelbuild-rules_python-f46e953f6e0315a3f884154f9395a32ec9999eab.tar.gz
README improvements (#239)
Follow-up to #237. Moves development workflow info to CONTRIBUTING.md. Fixes the instructions for how to use the Bazel Federation.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 4 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 6cd3456..b9ccadd 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -16,6 +16,10 @@ workspace(name = "rules_python")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
+# Load our production dependencies using the federation, except that instead of
+# calling rules_python() (which would define the @rules_python repo), we just
+# call rules_python_deps().
+
http_archive(
name = "bazel_federation",
url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.1/bazel_federation-0.0.1.tar.gz",