Skip to content

Commit

Permalink
Now requires Celery >=2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Nov 7, 2011
1 parent b9597c5 commit d9f10e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/default.txt
@@ -1,2 +1,2 @@
django-picklefield
celery>=2.4.0
celery>=2.4.1
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -136,7 +136,7 @@ def extra_args(self):
zip_safe=False,
install_requires=[
"django-picklefield",
"celery>=2.4.0",
"celery>=2.4.1",
],
cmdclass={"test": RunTests,
"quicktest": QuickRunTests,
Expand Down

0 comments on commit d9f10e7

Please sign in to comment.