Skip to content

Commit e5e67d4

Browse files
author
Benjamin ABEL
committed
Updated requirements of django-celery to >=3.0.11
1 parent 97f7e16 commit e5e67d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

askbot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'sanction': 'sanction==0.3.1',
2828
'unidecode': 'unidecode',
2929
'django_countries': 'django-countries==1.0.5',
30-
'djcelery': 'django-celery==3.0.11',
30+
'djcelery': 'django-celery>=3.0.11',
3131
'djkombu': 'django-kombu==0.9.4',
3232
'followit': 'django-followit',
3333
'recaptcha_works': 'django-recaptcha-works',

askbot_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ django-threaded-multihost
1212
django-robots
1313
unidecode
1414
django-countries==1.0.5
15-
django-celery==2.2.7
15+
django-celery>=3.0.11
1616
django-kombu==0.9.2
1717
django-followit
1818
django-recaptcha-works

askbot_requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ django-threaded-multihost
1515
django-robots
1616
unidecode
1717
django-countries==1.0.5
18-
django-celery==2.2.7
18+
django-celery>=3.0.11
1919
django-kombu==0.9.2
2020
django-followit
2121
django-recaptcha-works

0 commit comments

Comments
 (0)