blob: efa4a963cf4c5eb7b300a12cd849670144dace8f [file] [log] [blame]
Bartosz Stebele69e98d2022-06-18 23:56:22 +02001load("@rules_python//python:pip.bzl", "compile_pip_requirements")
Serge Bazanski97b5cd72023-07-28 17:14:50 +00002
Bartosz Stebele69e98d2022-06-18 23:56:22 +02003compile_pip_requirements(
4 name = "requirements",
Serge Bazanski97b5cd72023-07-28 17:14:50 +00005 # Allow setuptools and friends to be pulled in as @pydeps_setuptools.
6 extra_args = ["--allow-unsafe"],
Bartosz Stebele69e98d2022-06-18 23:56:22 +02007)