Skip to content

Commit

Permalink
allow newer versions of django-celery
Browse files Browse the repository at this point in the history
e.g. django-celery 3.2.1
  • Loading branch information
thijstriemstra authored Feb 9, 2017
1 parent 8f552d4 commit 8e5e471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read(*parts):
],
install_requires=[
'six>=1.10.0',
'django-celery>=3.1,<3.2',
'django-celery>=3.1',
'django-appconf >= 0.4',
],
zip_safe=False,
Expand Down

0 comments on commit 8e5e471

Please sign in to comment.