summaryrefslogtreecommitdiff
path: root/WORKSPACE
blob: b48e37567423b92b4371e086769826572bd6c4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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