Bugfixes
- Fixed version detection when installing
- Fixed requirements file printing in config command
Docs
- Updated the readme
Improvements
- Removed list_all parameter since it was not useful (pip list does the job already)
Bugfixes
- Cleaned up ignore_list usage
Bugfixes
- Fixed default settings for boolean options
Bugfixes
- Fixed readme contents in
setup.py
for PyPI
Improvements
- Complete rewrite with large improvements
- Reliance on pip is removed and dependencies vendored
Improvements
- Add version command
- Small check optimization
Improvements
- Add check for duplicates in requirements and constraints files
Bugfixes
- Handle possible nonexistent requirement files and missing packages
Improvements
- Show all constraints that were not set to an exact version
Documentation
- Fix readme badges
Documentation
- Rename helper to utility
Documentation
- Add links to PyPi and license to readme
Documentation
- Remove changelog link
Documentation
- Replace history link in readme with file contents
Documentation
- Update package readme, metadata and changelog
Documentation
- Update library information.
Bugfixes
- Fix conflict check function call.
- Initial release