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
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.
The bazelbuild
rules_python
exposes anall_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.