| local_repository( | |
| name = "rules_python", | |
| path = "../..", | |
| ) | |
| load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains") | |
| py_repositories() | |
| load("@rules_python//python/pip_install:repositories.bzl", "pip_install_dependencies") | |
| pip_install_dependencies() | |
| python_register_toolchains( | |
| name = "python39", | |
| python_version = "3.9", | |
| ) |