pip-tools v1.11.0 Release Notes

Release Date: 2017-11-30 // over 6 years ago
  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘ Allow editable packages in requirements.in with pip-compile --generate-hashes (#524). Thanks @jdufresne
    • ๐Ÿ‘ Allow for CA bundles with pip-compile --cert (#612). Thanks @khwilson
    • ๐Ÿ‘Œ Improved pip-compile duration with large locally available editable requirement by skipping a copy to the cache (#583). Thanks @costypetrisor
    • Slightly improved the NoCandidateFound error message on potential causes (#614). Thanks @vphilippon

    ๐Ÿ› Bug Fixes:

    • Add -markerlib to the list of PACKAGES_TO_IGNORE of pip-sync (#613).