ali5h / rules_pip

pip package rules for bazel that are fast (incremental fetch), support different python versions and work with all kinds of packages (i.e. packages with namespaces)
MIT License
60 stars 24 forks source link

piptool: add all_requirements constant to output #25

Closed tommilligan closed 4 years ago

tommilligan commented 4 years ago

The bazelbuild rules_python exposes an all_requirements variable which is pretty useful. It's usage is documented here, and is useful for when we already have requirements grouped into different files.

Let me know what your thoughts are, if it needs more documentation or something.

ali5h commented 4 years ago

thanks