1module(name = "compile_pip_requirements") 2 3bazel_dep(name = "rules_python", version = "0.0.0") 4local_path_override( 5 module_name = "rules_python", 6 path = "../../..", 7) 8 9python = use_extension("@rules_python//python/extensions:python.bzl", "python") 10python.toolchain( 11 python_version = "3.9", 12) 13