blob: 3998665a840b561bf08165f7b901183555a004f7 [file]
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
# NOTE: To update the requirements, you need to uncomment the rules_python
# override in the MODULE.bazel.
compile_pip_requirements(
name = "requirements",
src = "pyproject.toml",
python_version = "3.11",
requirements_txt = "requirements_lock_3_11.txt",
)