would like to unpin and upgrade pip/setuptools/wheel/pip-tools
Turns out none of these packages are required by allura's requirements files.
Re-opening to tweak rebuild-all.sh to use pip install -e, rather than the deprecate python setup.py -q develop
pip install -e
python setup.py -q develop
Log in to post a comment.
Turns out none of these packages are required by allura's requirements files.
Re-opening to tweak rebuild-all.sh to use
pip install -e
, rather than the deprecatepython setup.py -q develop