Skip to content

Commit

Permalink
updating compile to have explicit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkerstiens committed Dec 27, 2011
1 parent 9c2bf68 commit 5c67bff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/compile
Expand Up @@ -91,9 +91,7 @@ fi

source bin/activate
pip install sphinx --use-mirrors
pip install Flask --use-mirrors
pip install Flask-openid --use-mirrors
pip install python-openid --use-mirrors
pip install oauth2==1.5.211 Flask==0.8 Flask-OpenID==1.0.1 python-openid==2.2.5 --use-mirrors
CONF_FILE=$(find . -name 'conf.py' | head -1)
PROJECT=$(dirname $CONF_FILE)
pushd $PROJECT
Expand Down

0 comments on commit 5c67bff

Please sign in to comment.