Zapp reqman
This commit is contained in:
parent
9991eb4466
commit
397015911e
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
py_binary(
|
zapp_binary(
|
||||||
name = "reqman",
|
name = "reqman",
|
||||||
main = "src/python/reqman/__main__.py",
|
main = "src/python/reqman/__main__.py",
|
||||||
|
imports = [
|
||||||
|
"src/python",
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
py_requirement("click"),
|
py_requirement("click"),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue