pip-tools v2.0.0 Release Notes

Release Date: 2018-04-15 // about 6 years ago
  • Major changes:

    • Vendored pip 9.0.3 to keep compatibility for users with pip 10.0.0 (#644). Thanks @vphilippon

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘Œ Improved the speed of pip-compile --generate-hashes by caching the hashes from an existing output file (#641). Thanks @justicz
    • โž• Added a pip-sync --user option to restrict attention to user-local directory (#642). Thanks @jbergknoff-10e
    • โœ‚ Removed the hard dependency on setuptools (#645). Thanks @vphilippon

    ๐Ÿ› Bug fixes:

    • The pip environment markers on top-level requirements in the source file (requirements.in) are now properly handled and will only be processed in the right environment (#647). Thanks @JoergRittinger