summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE13
1 files changed, 13 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
new file mode 100644
index 0000000..b48e375
--- /dev/null
+++ b/WORKSPACE
@@ -0,0 +1,13 @@
+workspace(name = "sifter")
+
+load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
+
+git_repository(
+ name = "bazel_python",
+ commit = "bf2b329302f283d2d71eabf924d3b23186cb833e",
+ remote = "https://github.com/95616ARG/bazel_python.git",
+)
+
+load("@bazel_python//:bazel_python.bzl", "bazel_python")
+
+bazel_python()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback