blob: c58bfccabb94cd6ed1384861ccaa8a4b657f4ee7 [file] [log] [blame]
workspace(name = "rules_python_external")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_python",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.1/rules_python-0.0.1.tar.gz",
sha256 = "aa96a691d3a8177f3215b14b0edc9641787abaaa30363a080165d06ab65e1161",
)
load("@rules_python//python:repositories.bzl", "py_repositories")
py_repositories()
load("//:repositories.bzl", "rules_python_external_dependencies")
rules_python_external_dependencies()