| module( | |
| name = "rules_python", | |
| version = "0.10.2", | |
| compatibility_level = 1, | |
| ) | |
| pip_install = use_extension("//python:extensions.bzl", "pip_install") | |
| use_repo(pip_install, | |
| "pypi__click", | |
| "pypi__colorama", | |
| "pypi__installer", | |
| "pypi__pep517", | |
| "pypi__pip", | |
| "pypi__pip_tools", | |
| "pypi__setuptools", | |
| "pypi__tomli", | |
| "pypi__wheel", | |
| ) | |
| register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain") |