Skip to content

Commit

Permalink
Now depends on Celery>=2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Feb 20, 2011
1 parent 1309e99 commit 1d0d0eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
django-picklefield
celery>=2.2.3
celery>=2.2.4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ upload-dir = docs/.build/html

[bdist_rpm]
requires = django-picklefield
celery >= 2.2.2
celery >= 2.2.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class CIRunTests(RunTests):
zip_safe=False,
install_requires=[
"django-picklefield",
"celery>=2.2.3",
"celery>=2.2.4",
],
cmdclass={"test": RunTests,
"quicktest": QuickRunTests,
Expand Down

0 comments on commit 1d0d0eb

Please sign in to comment.