Comparing bazel-contrib:main...cs-world:master · bazel-contrib/rules_python

Skip to content

Navigation Menu

Sign in

Appearance settings

Permalink

base repository: bazel-contrib/rules_python

Failed to load repositories. Confirm that selected base ref is valid, then try again.

Loading

base: main
head repository: cs-world/rules_python

Failed to load repositories. Confirm that selected head ref is valid, then try again.

Loading

compare: master
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 14, 2019

  1. Add attr python_interpreter to pip.bzl/whl.bzl

    This commit also added --python_interpreter argument to piptool.py to
    support this attribute.
    
    Example usage:
    pip_import(
        name = 'pip_deps',
        requirements = '//:requirements.txt',
        python_interpreter = 'python3.7',
    )

    XMC authored and xmc committed

    Jan 14, 2019
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history