Fix #932 -- Fix celery dependency

This commit is contained in:
Raphael Michel
2018-05-30 11:35:11 +02:00
parent ae686fab38
commit c4ed210fed
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ libsass
django-otp==0.3.*
python-u2flib-server==4.*
django-formtools==2.0
celery==4.1.*
celery>=4.1.1,<4.2.0
kombu==4.2.*
django-statici18n==1.3.*
inlinestyler==0.2.*

View File

@@ -81,7 +81,7 @@ setup(
'django-otp==0.3.*',
'python-u2flib-server==4.*',
'django-formtools==2.0',
'celery==4.1.*',
'celery>=4.1.1,<4.2.0',
'kombu==4.2.*',
'django-statici18n==1.3.*',
'inlinestyler==0.2.*',