removed celery 2
This commit is contained in:
parent
040fa7c192
commit
2e0e48bb38
@ -1,7 +0,0 @@
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
# This will make sure the app is always imported when
|
||||
# Django starts so that shared_task will use this app.
|
||||
from .celery import app as celery_app
|
||||
|
||||
__all__ = ('celery_app',)
|
@ -20,5 +20,4 @@ simplejson==3.17.0
|
||||
six==1.15.0
|
||||
webdavclient3==3.14.4
|
||||
whitenoise==5.1.0
|
||||
icalendar==4.0.6
|
||||
Celery==4.4.5
|
||||
icalendar==4.0.6
|
Loading…
Reference in New Issue
Block a user