Comparing bazel-contrib:main...cs-world:master · bazel-contrib/rules_python
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 676
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
-
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