aboutsummaryrefslogtreecommitdiff
path: root/rules_python
AgeCommit message (Expand)Author
2018-01-17Use literal '/'s to build internal zip file paths (#51)Rob Earhart
2018-01-09Evaluate PEP 508 environment markers for package dependencies (#50)nikhaldi
2017-11-16This adds support for "extras".Matt Moore
2017-11-16This updates WORKSPACE to the latest subpar, and ./update_tools.sh.Matt Moore
2017-11-15Merge branch 'master' into dgreiman/issue17Douglas Greiman
2017-11-13Fix typo: requirements -> _requirementsHyrum Wright
2017-11-13Add a better error message when deps not foundHyrum Wright
2017-11-13Remove stale comment and redundant importsDoug Greiman
2017-11-13Merge github.com:bazelbuild/rules_python into dgreiman/issue17Doug Greiman
2017-11-13Handle empty requirements.txtHyrum Wright
2017-11-12Add test for wheels with METADATAJoshua Chorlton
2017-11-10Handle METADATA files in python wheelsJoshua Chorlton
2017-11-09Allow piptool to build wheels.Doug Greiman
2017-11-03Silence a warning erroneously emitted by pip.Doug Greiman
2017-10-05Correctly decode metadata.json into a utf8 strKevin Greene
2017-10-04Split on more characters when stripping the version metadata.Matt Moore
2017-09-20Allow any capitalization in requirement names.Matt Moore
2017-09-16Rename package to requirement to avoid conflict with Bazel built-in.Matt Moore
2017-09-15PIP dependency support (#1)mattmoor