tree: 5fd96c005080c562d89c3ae1de3240d4e7d32c37 [path history] [tgz]
  1. .bazelrc
  2. BUILD
  3. main.py
  4. pip_install_test.py
  5. README.md
  6. requirements.in
  7. requirements.txt
  8. test.py
  9. WORKSPACE
examples/pip_install/README.md

pip_install example

This example shows how to use pip to fetch external dependencies from a requirements.txt file, then use them in BUILD files as dependencies of Bazel targets.