blob: 21877ce37b57b115ccc165c14dd2b3039e8ca091 [file] [log] [blame]
workspace(name = "test_workspace")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "rules_python",
remote = "https://github.com/bazelbuild/rules_python.git",
commit = "6c5f479420b0a086e3bc7a6d7c818196d0c89ad8", # 2019-08-02
)
load("@rules_python//python:repositories.bzl", "py_repositories")
py_repositories()