abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Port PIP task to PIP Version 10.x #96

Closed CurroRodriguez closed 6 years ago

CurroRodriguez commented 6 years ago

With the release of pip 10.x, the provided task no longer works because it seems they moved the entry point we use to invoke pip. The entry point is now implemented in pip._internal, and it seems to use the same arguments as before. We should check the pip version defined as pip.__version__.