- Bug fix: Though Python 2 support was removed from the source code, the published wheel was still universal. The published wheel now explicitly does not support Python 2. Please use version 2.0.4 for Python 2.
2.1.0
- Remove support for Python 2. Please use an older version of this tool if you require that support. - Remove requirement for setuptools. - Support newer versions of pip, including the current version, for more features (20.1.1). Thanks to Czaki for important parts of this change.
2.0.1
- handled removal of normalize_name from pip.utils - handle packages with no files
2.0
- added tool pip-extra-reqs to find packages installed but not used (contributed by Josh Hesketh)
1.2.1
- relax requirement to 6.0+
1.2.0
- bumped pip requirement to 6.0.8+ - updated use of pip internals to match that version