tree: 9896fd9e5a7a24da249a745169b1511f3bcc66b8 [path history] [tgz]
  1. boto/
  2. extras/
  3. helloworld/
  4. .bazelrc
  5. README.md
  6. WORKSPACE
examples/pip/README.md

pip example

This shows how you can point Bazel at your requirements.txt file to get dependencies automatically installed.

It also shows how a monorepo might have multiple python packages which each have a separate requirements.txt file.