source/tools/openapi/BUILD
Reid 'arrdem' McKenzie bc06fc01ff More breaking out
2021-08-29 22:17:57 -06:00

7 lines
130 B
Text

py_binary(
name = "openapi",
main = "__main__.py",
deps = [
py_requirement("openapi-spec-validator"),
]
)