tree: 3718d95f83940a65d9f811a1780956c3a6a6ba1e [path history] [tgz]
  1. boto/
  2. extras/
  3. helloworld/
  4. .bazelrc
  5. README.md
  6. WORKSPACE
examples/legacy_pip_import/README.md

LEGACY pip example

This feature has been replaced by the pip_install rule, please see the rules_python 0.1 release notes to migrate.

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.