- Added `--bare` output format. - Added a couple of help text to the command line interface. - Fixed a bug that caused requirement files with unpinned dependencies to fail when using a recent setuptools release.
1.2.0
Not secure
- Added JSON as an output format. Use it with the `--json` flag. Thanks Stype.
1.1.1
Not secure
- Fixed terminal size detection when fed via stdin.
1.1.0
Not secure
- Compatibility release. Safety should now run on macOs, Linux and Windows with Python 2.7, 3.3-3.6. Python 2.6 support is available on a best-effort basis on Linux.
1.0.2
Not secure
- Fixed another error on Python 2. The fallback function for get_terminal_size wasn't working correctly.
1.0.1
Not secure
- Fixed an error on Python 2, FileNotFoundError was introduced in Python 3.