Merge "unpin versions of python-daemon, paramiko, etc" into dev/experimental

This commit is contained in:
Jenkins 2015-01-28 17:20:15 +00:00 committed by Gerrit Code Review
commit 756d571473
3 changed files with 6 additions and 5 deletions

@ -27,7 +27,7 @@ if [[ "$?" != "0" ]]; then
fi
sudo pip install --upgrade setuptools
sudo pip install --upgrade virtualenv
sudo easy_install --upgrade pip
if [[ "$?" != "0" ]]; then
echo "failed to install easy install"

@ -217,6 +217,7 @@ if ! lsvirtualenv |grep compass-core>/dev/null; then
fi
cd $COMPASSDIR
workon compass-core
easy_install --upgrade pip
rm -rf ${WORKON_HOME}/compass-core/build
echo "install compass requirements"
pip install -U -r requirements.txt

@ -1,8 +1,8 @@
amqplib
argparse
celery
Markdown==2.4.1
Cheetah==2.4.1
Markdown<2.5
Cheetah<=2.4.1
daemon
Flask
Flask-Login
@ -16,9 +16,9 @@ lazypy
lockfile
MySQL-python
netaddr
paramiko==1.7.5
paramiko
PyChef
python-daemon==1.6.1
python-daemon!=2.0,!=2.0.1,!=2.0.2,!=2.0.3
SQLAlchemy>=0.9.0
simplejson
requests