source/projects/octodash/BUILD

10 lines
202 B
Python
Raw Normal View History

zapp_binary(
name = "octodash",
shebang = "/usr/bin/env /usr/bin/python3",
main = "__main__.py",
deps = [
py_requirement("colored"),
py_requirement("octorest"),
],
)