source/projects/reqman/BUILD.bazel

11 lines
171 B
Python
Raw Permalink Normal View History

2021-08-13 23:17:15 +00:00
zapp_binary(
name = "reqman",
2024-02-06 18:18:33 +00:00
main = "src/reqman/__main__.py",
2021-08-13 23:17:15 +00:00
imports = [
"src/python",
],
deps = [
py_requirement("click"),
],
)