More breaking out

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-29 22:17:57 -06:00
commit 789573a72a
6 changed files with 34 additions and 28 deletions
tools/python

View file

@ -45,11 +45,3 @@ py_pytest(
py_requirement("requirements-parser"),
]
)
py_binary(
name = "openapi",
main = "openapi_shim.py",
deps = [
py_requirement("openapi-spec-validator"),
]
)