-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes with pip < 6.x #2
Comments
Yes that's right, this dependency was introduced with pull request #1. The |
I can upgrade, just wanted to report this as it is a bit of a regression and pip 1.5.4 is what comes stock on Ubuntu 14.04 LTS so I'm sure people will be running into this. |
Thanks for reporting. I can probably make it work without depending on pip>=6, so I'll fix it that way. |
Add a test that installs pip<6.0 to trigger the error with older pip versions. Probably shouldn't merge this until it's fixed unless you don't mind the builds failing :)
Using pip-tools==0.3.6 pip-review works fine with the same old version of pip so it looks like there was a regression after the fork.
The text was updated successfully, but these errors were encountered: