- Fix bug where successive invocations of pip-sync with editables kept uninstalling/installing them (fixes 270)
1.4.0
13 Dec 2015
- Add command line option -f / --find-links - Add command line option --no-index - Add command line alias -n (for --dry-run) - Fix a unicode issue
1.3.0
08 Dec 2015
- Support multiple requirement files to pip-compile - Support requirements from stdin for pip-compile - Support --output-file option on pip-compile, to redirect output to a file (or stdout)
1.2.0
30 Nov 2015
- Add CHANGELOG :) - Support pip-sync'ing editable requirements - Support extras properly (i.e. package[foo] syntax)