Skip to content

Commit

Permalink
Now depends on Kombu 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Apr 13, 2012
1 parent 63bfe41 commit a5eb196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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,<2.0
anyjson>=0.3.1
kombu>=2.1.3,<3.0
kombu>=2.1.5,<3.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ requires = uuid
multiprocessing == 2.6.2.1
python-dateutil >= 1.5
anyjson >= 0.3.1
kombu >= 2.1.3
kombu >= 2.1.5
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Intended Audience :: Financial and Insurance Industry
Intended Audience :: Healthcare Industry
Environment :: No Input/Output (Daemon)
Environment :: Console
Programming Language :: Python
Expand Down Expand Up @@ -115,7 +113,7 @@ def run(self, *args, **kwargs):
install_requires.append("importlib")
install_requires.extend([
"anyjson>=0.3.1",
"kombu>=2.1.3,<3.0",
"kombu>=2.1.5,<3.0",
])
if is_py3k:
install_requires.append("python-dateutil>=2.0")
Expand Down

0 comments on commit a5eb196

Please sign in to comment.