Skip to content

5.3.0

Compare
Choose a tag to compare
@atugushev atugushev released this 26 Jul 15:53
d4c26ce

Features:

  • Add -h alias for --help option to pip-sync and pip-compile (1163). Thanks @jan25
  • Add pip>=20.2 support (1168). Thanks @atugushev
  • pip-sync now exists with code 1 on --dry-run (1172). Thanks @francisbrito
  • pip-compile now doesn't resolve constraints from -c constraints.txtthat are not (yet) requirements (1175). Thanks @clslgrnc
  • Add --reuse-hashes/--no-reuse-hashes options to pip-compile (1177). Thanks @graingert