update celery to a version that works in python3.7
This commit is contained in:
parent
de14061b68
commit
62fe578f38
4 changed files with 9 additions and 9 deletions
|
|
@ -4,7 +4,6 @@ from __future__ import division, print_function, absolute_import
|
|||
from datetime import datetime, timedelta
|
||||
from time import time
|
||||
|
||||
from celery.backends import default_backend
|
||||
from celery.utils import get_full_cls_name
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.conf import settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue