source/projects/public-dns/BUILD
Reid 'arrdem' McKenzie b7e35bcc2a Get it all working
2021-05-08 19:33:37 -06:00

10 lines
237 B
Text

py_binary(
name = "updater",
main = "src/python/arrdem/updater/__main__.py",
deps = [
"//projects/gandi",
py_requirement("jinja2"),
py_requirement("pyyaml"),
py_requirement("meraki"),
],
)