afc2892f2e
@hgiesel the tag editor will need to add the following to the rollup deps: "//ts/lib:backend_proto", "//ts/lib:fluent_proto",
7 lines
171 B
Python
7 lines
171 B
Python
"""Repo setup that can't happen until after defs.bzl:setup_deps() is run."""
|
|
|
|
load("@py_deps//:requirements.bzl", "pip_install")
|
|
|
|
def setup_late_deps():
|
|
pip_install()
|