venv/builder: authentic>2.1.2 => don't update pip

This commit is contained in:
Thomas NOËL 2014-01-17 16:36:30 +01:00
parent 55ef6d1ffe
commit 5c34db28c5
1 changed files with 1 additions and 3 deletions

View File

@ -24,10 +24,8 @@ echo "** activate virtualenv"
cd $VE
. bin/activate
pip install pip==1.4.1
echo "** install packages"
for p in flup http://isos.univnautes.entrouvert.com/authentic2/authentic2-2.1.1.12.ge5caca7.tar.gz
for p in flup "django<1.6" authentic2
do
pip install "$p"
done