Sign in
android
/
platform
/
external
/
bazelbuild-rules_python
/
4864b85b5a829cfa1ea901b3c66e131036351d96
/
.
/
tests
/
integration
/
compile_pip_requirements
/
WORKSPACE
blob: 0eeab2067c1bb003b1ee57c8346211bf3afe0984 [
file
] [
log
] [
blame
]
local_repository
(
name
=
"rules_python"
,
path
=
"../../.."
,
)
load
(
"@rules_python//python:repositories.bzl"
,
"py_repositories"
,
"python_register_toolchains"
)
py_repositories
()
python_register_toolchains
(
name
=
"python39"
,
python_version
=
"3.9"
,
)