1"""A generated file containing all source files used for `@rules_python//python/pip_install:pip_repository.bzl` rules 2 3This file is auto-generated from the `@rules_python//python/pip_install/private:srcs_module.update` target. Please 4`bazel run` this target to apply any updates. Note that doing so will discard any local modifications. 5""" 6 7# Each source file is tracked as a target so `pip_repository` rules will know to automatically rebuild if any of the 8# sources changed. 9PIP_INSTALL_PY_SRCS = [ 10 "@rules_python//python/pip_install/tools/dependency_resolver:__init__.py", 11 "@rules_python//python/pip_install/tools/dependency_resolver:dependency_resolver.py", 12 "@rules_python//python/pip_install/tools/wheel_installer:arguments.py", 13 "@rules_python//python/pip_install/tools/wheel_installer:namespace_pkgs.py", 14 "@rules_python//python/pip_install/tools/wheel_installer:wheel.py", 15 "@rules_python//python/pip_install/tools/wheel_installer:wheel_installer.py", 16] 17