forked from 0x2620/pandora
use celery 3.0.24 and trigger install in update.py. only 3.1 fails
This commit is contained in:
parent
2e3fd3b05c
commit
971cc04c34
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue