source/projects/octostep/BUILD
Reid D. 'arrdem' McKenzie c2e9b73946 A single-stepping GCODE tool
2022-05-31 09:41:32 -06:00

10 lines
236 B
Text

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