mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix #932 -- Fix celery dependency
This commit is contained in:
@@ -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.*
|
||||
|
||||
@@ -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.*',
|
||||
|
||||
Reference in New Issue
Block a user