8 lines
131 B
Python
8 lines
131 B
Python
|
py_binary(
|
||
|
name = "reqman",
|
||
|
main = "src/python/reqman/__main__.py",
|
||
|
deps = [
|
||
|
py_requirement("click"),
|
||
|
],
|
||
|
)
|