diff options
Diffstat (limited to 'compass-deck')
-rwxr-xr-x | compass-deck/build.sh | 2 | ||||
-rw-r--r-- | compass-deck/requirements.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/compass-deck/build.sh b/compass-deck/build.sh index 6049eb9..c9d3922 100755 --- a/compass-deck/build.sh +++ b/compass-deck/build.sh @@ -21,7 +21,7 @@ rm -rf $COMPASS_DIR/../compass-web/.git easy_install --upgrade pip easy_install --upgrade six -pip install --upgrade pip +pip install --upgrade pip==9.0.1 pip install --upgrade setuptools pip install --upgrade virtualenv pip install --upgrade redis diff --git a/compass-deck/requirements.txt b/compass-deck/requirements.txt index 5509845..6a3b3c7 100644 --- a/compass-deck/requirements.txt +++ b/compass-deck/requirements.txt @@ -1,4 +1,3 @@ -pip==9.0.1 amqplib argparse celery |