source/projects/octostep/BUILD.bazel

11 lines
236 B
Python
Raw Normal View History

2022-05-31 15:41:32 +00:00
zapp_binary(
name = "octostep",
shebang = "/usr/bin/env /usr/bin/python3",
main = "__main__.py",
deps = [
py_requirement("colored"),
py_requirement("octorest"),
py_requirement("pyyaml"),
],
)