Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin to pip 9.0.2 for pipenv users only
This addresses an issue raised by @CaseyFeist during code review: Updating pip for pipenv users or requiring them to update without a heads up won't be a good experience (our version is old enough that they'll need to uninstall and reinstall pipenv locally to successfully update). If you can refactor this to stay pinned to current version for pipenv users only, I should be able to accept this (and the related project updates). #833 (comment)
- Loading branch information
8408e34
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is perfect 🎉 thanks!