20 Jan 2016
- Add `--no-index` flag to `pip-compile` to avoid emitting `--index-url` into the output
(useful if you have configured a different index in your global ~/.pip/pip.conf, for
example)
- Fix: ignore stdlib backport packages, like `argparse`, when listing which packages
will be installed/uninstalled (286)
- Fix pip-sync failed uninstalling packages when using `--find-links` (298)
- Explicitly error when pip-tools is used with pip 8.0+ (for now)