Browse Source

Now depends on Kombu 2.1.5

Ask Solem 13 years ago
parent
commit
a5eb196c45
3 changed files with 3 additions and 5 deletions
  1. 1 1
      requirements/default.txt
  2. 1 1
      setup.cfg
  3. 1 3
      setup.py

+ 1 - 1
requirements/default.txt

@@ -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

+ 1 - 1
setup.cfg

@@ -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

+ 1 - 3
setup.py

@@ -32,8 +32,6 @@ classes = """
     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
@@ -115,7 +113,7 @@ except ImportError:
     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")