diff options
Diffstat (limited to 'compass-tasks-base')
-rwxr-xr-x | compass-tasks-base/build.sh | 2 | ||||
-rw-r--r-- | compass-tasks-base/requirements.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/compass-tasks-base/build.sh b/compass-tasks-base/build.sh index 20fa79e..81f3c21 100755 --- a/compass-tasks-base/build.sh +++ b/compass-tasks-base/build.sh @@ -36,7 +36,7 @@ echo "UserKnownHostsFile /dev/null" >> /root/.ssh/config; echo "StrictHostKeyChecking no" >> /root/.ssh/config easy_install --upgrade pip -pip install --upgrade pip +pip install --upgrade pip==9.0.1 pip install --upgrade setuptools pip install --upgrade Flask pip install --upgrade virtualenvwrapper diff --git a/compass-tasks-base/requirements.txt b/compass-tasks-base/requirements.txt index c952986..4f88b54 100644 --- a/compass-tasks-base/requirements.txt +++ b/compass-tasks-base/requirements.txt @@ -1,4 +1,3 @@ -pip==9.0.1 amqplib argparse celery |