blob: eb910a56c262faa633270c2b7ba99a01b8055ac9 [file] [log] [blame]
module(name = "compile_pip_requirements")
bazel_dep(name = "rules_python", version = "0.0.0")
local_path_override(
module_name = "rules_python",
path = "../..",
)
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
python_version = "3.9",
)