although pip comes with virtualenv, having a recent version of pip matters to use wheel packages.
Signed-off-by: Matan Breizman <Matan.Brz@gmail.com>
# of pip matters when it comes to using wheel packages
PIP_OPTS="--timeout 300 --exists-action i"
pip $PIP_OPTS $install \
- 'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+ 'setuptools >= 0.8' 'pip >= 21.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
if test $# != 0 ; then
pip $PIP_OPTS $install $@ || return 1
fi