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
parent 2e3fd3b05c
commit 971cc04c34
2 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,8 @@
-e bzr+http://code.0x2620.org/oxtimelines/#egg=oxtimelines
simplejson
chardet
celery==2.4.7
django-celery==2.4.7
celery==3.0.24
django-celery==3.0.23
#django_extensions
#-e git+https://github.com/django-extensions/django-extensions.git#egg=django_extensions
#use fork fixing some postgresql issues

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: