Skip to content

Commit

Permalink
Now depends on Kombu 2.0 from git master
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jan 11, 2012
1 parent 125de4d commit a537941
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-dateutil>=1.5.0,<2.0.0
anyjson>=0.3.1
kombu>=1.4.3,<3.0.0
kombu>=2.0.0rc1,<3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def run(self, *args, **kwargs):
install_requires.append("importlib")
install_requires.extend([
"anyjson>=0.3.1",
"kombu>=1.4.3,<3.0.0",
"kombu>=2.0.0rc1,<3.0",
])
if is_py3k:
install_requires.append("python-dateutil>=2.0.0")
Expand Down

0 comments on commit a537941

Please sign in to comment.