Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cs-world/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 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
    Copy the full SHA
    3e1f35c View commit details
    Browse the repository at this point in the history
  2. update doc for attr python_interpreter

    xmc committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    e5b4a6d View commit details
    Browse the repository at this point in the history
Loading