Skip to content

Commit

Permalink
Change package requirements.
Browse files Browse the repository at this point in the history
Use "celery" instead of "django_celery" since:

  - This package does not explicitly require the Django integration
    features in "django_celery".
  - "django_celery" is not supported in recent versions of celery:
    celery/django-celery#597 (comment)

Also upgrade minimum Celery version from 3.2.0 to 4.4.0, since former
version does not support any currently support version of Django.
  • Loading branch information
martey committed Jan 20, 2021
1 parent 21c0414 commit d43da91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django_celery>=3.2.0
celery>=4.4.0

0 comments on commit d43da91

Please sign in to comment.