File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ val installAll =
3333 |apk --no-cache add 'python3>3.6.1' &&
3434 |wget "https://bootstrap.pypa.io/get-pip.py" -O /dev/stdout | python &&
3535 |wget "https://bootstrap.pypa.io/get-pip.py" -O /dev/stdout | python3 &&
36- |python -m pip install django==1.9.2 flask==0.10.1 pylint-flask==0.1 flask-wtf==0.12 --upgrade --ignore-installed --no-cache-dir &&
37- |python3 -m pip install django==1.9.2 flask==0.10.1 pylint-flask==0.1 flask-wtf==0.12 --upgrade --ignore-installed --no-cache-dir &&
38- |python -m pip install git+https://github.com/landscapeio/pylint-django@93fd04120d0690189c35b7b2eaace23117f388c5 --upgrade --ignore-installed --no-cache-dir &&
39- |python3 -m pip install git+https://github.com/landscapeio/pylint-django@93fd04120d0690189c35b7b2eaace23117f388c5 --upgrade --ignore-installed --no-cache-dir &&
36+ |python -m pip install django==1.9.2 pylint-django==0.9.0 flask==0.10.1 pylint-flask==0.1 flask-wtf==0.12 --upgrade --ignore-installed --no-cache-dir &&
37+ |python3 -m pip install django==1.9.2 pylint-django==0.9.0 flask==0.10.1 pylint-flask==0.1 flask-wtf==0.12 --upgrade --ignore-installed --no-cache-dir &&
4038 |python -m pip install pylint-common==0.2.2 &&
4139 |python3 -m pip install pylint-common==0.2.2 &&
4240 |python -m pip install pylint-celery==0.3 &&
You can’t perform that action at this time.
0 commit comments