python_requirement_library
Python requirements installable by pip.
This target is useful when you want to declare Python requirements inline in a BUILD file. If you have a requirements.txt
file already, you can instead use the macro python_requirements()
to convert each requirement into a python_requirement_library()
target automatically.
See https://www.pantsbuild.org/v2.2/docs/python-third-party-dependencies.
Backend: ``