Bump celery version (#335)

Bump celery version from 3.1.7 to 3.1.23 to fix memory leak issue
(see https://github.com/celery/celery/issues/2927)

Also bump kombu (as celery depends on it), amqp and billiard
without which cabot/celery would not start.
This commit is contained in:
Martin Sander 2016-04-18 13:27:38 +02:00 committed by Jean-Frédéric
parent d8a54fd6f2
commit 1d29d7134f

View File

@ -20,11 +20,11 @@ setup(
'Markdown==2.5',
'PyJWT==0.1.2',
'South==1.0',
'amqp==1.3.3',
'amqp==1.4.9',
'anyjson==0.3.3',
'argparse==1.2.1',
'billiard==3.3.0.13',
'celery==3.1.7',
'billiard==3.3.0.23',
'celery==3.1.23',
'distribute==0.6.24',
'dj-database-url==0.2.2',
'django-appconf==0.6',
@ -43,7 +43,7 @@ setup(
'hiredis==0.1.1',
'httplib2==0.7.7',
'icalendar==3.2',
'kombu==3.0.8',
'kombu==3.0.34',
'mock==1.0.1',
'psycogreen==1.0',
'psycopg2==2.5.1',