summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/__init__.py')
-rw-r--r--askbot/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index e00a1e2f..265eb611 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -26,8 +26,8 @@ REQUIREMENTS = {
'sanction': 'sanction',
'unidecode': 'unidecode',
'django_countries': 'django-countries==1.0.5',
- 'djcelery': 'django-celery==2.2.7',
- 'djkombu': 'django-kombu==0.9.2',
+ 'djcelery': 'django-celery==3.0.11',
+ 'djkombu': 'django-kombu==0.9.4',
'followit': 'django-followit',
'recaptcha_works': 'django-recaptcha-works',
'openid': 'python-openid',