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
|
|
@ -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…
Add table
Add a link
Reference in a new issue