blob: 0f2da3131c9590c6f2e64dcb07e431a93e170667 [file] [log] [blame]
workspace(name = "example_repo")
local_repository(
name = "rules_python",
path = "../..",
)
load("@rules_python//python:pip.bzl", "pip_install")
pip_install(
requirements = "//:requirements.txt",
)