source/projects/reqman/BUILD.bazel
Reid 'arrdem' McKenzie 514e90d55d fix
2024-02-06 11:18:33 -07:00

10 lines
171 B
Text

zapp_binary(
name = "reqman",
main = "src/reqman/__main__.py",
imports = [
"src/python",
],
deps = [
py_requirement("click"),
],
)