hscloud/third_party/py/BUILD

8 lines
233 B
Python

load("@rules_python//python:pip.bzl", "compile_pip_requirements")
compile_pip_requirements(
name = "requirements",
# Allow setuptools and friends to be pulled in as @pydeps_setuptools.
extra_args = ["--allow-unsafe"],
)