blob: 5095d331607f3bf9e527cd9d63d2c3f830bae7c4 [file] [log] [blame]
"""
Initialization of dependencies of Python Tink
"""
load("@rules_python//python:pip.bzl", "pip_install")
def tink_py_deps_init(workspace_name):
pip_install(
name = "tink_py_pip_deps",
requirements = "@" + workspace_name + "//:requirements.txt",
)