mirror of
https://github.com/ankitects/anki.git
synced 2025-11-19 19:17:12 -05:00
@hgiesel the tag editor will need to add the following to the rollup
deps:
"//ts/lib:backend_proto",
"//ts/lib:fluent_proto",
6 lines
171 B
Python
6 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()
|