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