summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin ABEL <bbig26@gmail.com>2014-05-15 20:34:31 +0200
committerBenjamin ABEL <bbig26@gmail.com>2014-05-15 20:34:31 +0200
commite5e67d4d549f162931a233b8c3358c294e375c80 (patch)
treeba55601eca2c314bc9b6eece8b12ceb68d23f6f0
parent97f7e16ea22f265b59408c447af6139d530d9cd9 (diff)
downloadaskbot-e5e67d4d549f162931a233b8c3358c294e375c80.tar.gz
askbot-e5e67d4d549f162931a233b8c3358c294e375c80.tar.bz2
askbot-e5e67d4d549f162931a233b8c3358c294e375c80.zip
Updated requirements of django-celery to >=3.0.11
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot_requirements.txt2
-rw-r--r--askbot_requirements_dev.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 40a2eedb..0e4ba506 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -27,7 +27,7 @@ REQUIREMENTS = {
'sanction': 'sanction==0.3.1',
'unidecode': 'unidecode',
'django_countries': 'django-countries==1.0.5',
- 'djcelery': 'django-celery==3.0.11',
+ 'djcelery': 'django-celery>=3.0.11',
'djkombu': 'django-kombu==0.9.4',
'followit': 'django-followit',
'recaptcha_works': 'django-recaptcha-works',
diff --git a/askbot_requirements.txt b/askbot_requirements.txt
index 658d2760..3b9fde6e 100644
--- a/askbot_requirements.txt
+++ b/askbot_requirements.txt
@@ -12,7 +12,7 @@ django-threaded-multihost
django-robots
unidecode
django-countries==1.0.5
-django-celery==2.2.7
+django-celery>=3.0.11
django-kombu==0.9.2
django-followit
django-recaptcha-works
diff --git a/askbot_requirements_dev.txt b/askbot_requirements_dev.txt
index a5d98d97..476ed66f 100644
--- a/askbot_requirements_dev.txt
+++ b/askbot_requirements_dev.txt
@@ -15,7 +15,7 @@ django-threaded-multihost
django-robots
unidecode
django-countries==1.0.5
-django-celery==2.2.7
+django-celery>=3.0.11
django-kombu==0.9.2
django-followit
django-recaptcha-works