mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 18:08:06 +00:00
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:
parent
d8a54fd6f2
commit
1d29d7134f
8
setup.py
8
setup.py
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user