rules_python
rules_python copied to clipboard
Cannot use annotations with vendored requirements.bzl
Generating requirement.bzl
with annotations assumes the existance of the pip_parse repo. (e.g. @pip//:example.annotatons.json
)
The point of vendoring requirements.bzl is to avoid the necessity of the pip_parse repo.