pip-tools v1.4.5 Release Notes

Release Date: 2016-01-20 // over 8 years ago
    • โž• 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)