- Fixed an error that caused the CLI to fail on requirement files/stdin.
1.6.0
Not secure
- Added an indicator which DB is currently used - Added a package count how many packages have been checked - Allow multiple version of the same library. Thanks thatarchguy
1.5.1
Not secure
- Fixed an error on unpinned VCS requirements. This is a regression, see https://github.com/pyupio/safety/issues/72
1.5.0
Not secure
- Internal refactoring. Removed dependency on setuptools and switched to the new dparse library.
1.4.1
Not secure
- Fixed a bug where absence of ``stty`` was causing a traceback in ``safety check`` on Python 2.7 for Windows.
1.4.0
Not secure
- Added the ability to ignore one (or multiple) vulnerabilities by ID via the `--ignore`/`-i` flag.