use celery 3.0.24 and trigger install in update.py. only 3.1 fails

This commit is contained in:
j 2013-12-31 09:22:47 +00:00
commit 971cc04c34
2 changed files with 4 additions and 2 deletions

View file

@ -94,6 +94,8 @@ if __name__ == "__main__":
os.chdir(base)
if old < 3666:
run('./bin/pip', 'install', '-r', 'requirements.txt')
if old < 3770:
run('./bin/pip', 'install', '-r', 'requirements.txt')
else:
if len(sys.argv) == 1: