source/tools/xfmt/BUILD
2021-08-29 22:13:59 -06:00

9 lines
184 B
Text

py_binary(
name = "xfmt",
main = "__main__.py",
deps = [
py_requirement("beautifulsoup4"),
py_requirement("click"),
py_requirement("lxml"),
]
)