Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 544 Bytes

File metadata and controls

25 lines (15 loc) · 544 Bytes

Changelog

v1.3.2

  • Add deduplication controls for requirement sorting, including CLI support for keeping duplicate lines.

v1.3.1

  • Add support for Python 3.8 - 3.13
  • Fix sorting for requirements files with just a bare list of requirements with no versions.

v1.3.0

  • Add support for non-equal comparators (!=, >=, ~=).
  • Add support for non-inline comments.

v1.2.0

  • Adds a results line after running.
  • Adds the --diff flag for diff outputs.
  • Adds the --quiet flag.

v1.1.0

  • Adds the --check flag.