- Support recent pip 8.1.2 (ridha)
- Backward compatibility for older pip (ccomb)
- Support recent pip (7.x.x) (ridha)
- Support recent pip (6.x.x) (ridha)
- Correctly parse --use-wheel
- Support local editable eggs
- Support custom url-eggs to be seen in the urls param
- Unpredictable requirements parse case fixed
- Buildout 2.0.1 support added
- Fixed the home URL, remove unnecessary README.txt
- Refactored parsing to use native pip config parser, so now it's possible to nest configs via -r just like using pip
- Added filling versions part with parsed versions
- Improved version parsing
- First release.