mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Upgrade to Celery 4
This commit is contained in:
@@ -13,10 +13,8 @@ libsass
|
||||
django-otp==0.3.*
|
||||
python-u2flib-server==4.*
|
||||
django-formtools==1.0
|
||||
# celery>=3.1,<3.2
|
||||
# until the following issue is fixed, we need our own celery version
|
||||
# https://github.com/celery/celery/pull/3199
|
||||
git+https://github.com/pretix/celery.git@pretix#egg=celery
|
||||
celery==4.0.2
|
||||
kombu==4.0.2
|
||||
django-statici18n==1.2.*
|
||||
inlinestyler==0.2.*
|
||||
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
django-redis>=4.1,<4.2
|
||||
redis>=2.10,<2.11
|
||||
# until the following issue is fixed, we need our own kombu version
|
||||
# https://github.com/celery/kombu/pull/590
|
||||
git+https://github.com/pretix/kombu.git@pretix#egg=kombu
|
||||
redis==2.10.5
|
||||
|
||||
Reference in New Issue
Block a user