source/projects/templater/BUILD

10 lines
186 B
Python
Raw Normal View History

2021-08-30 04:13:59 +00:00
zapp_binary(
name = "templater",
main = "templater.py",
deps = [
py_requirement("click"),
py_requirement("jinja2"),
py_requirement("PyYAML"),
]
)