Browse Source

Now depends on kombu 2.5.15

Ask Solem 11 years ago
parent
commit
76926f770c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      requirements/default.txt
  2. 1 1
      setup.cfg

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 billiard>=2.7.3.34,<3.0
 python-dateutil>=1.5
-kombu>=2.5.14,<3.0
+kombu>=2.5.15,<3.0

+ 1 - 1
setup.cfg

@@ -16,4 +16,4 @@ upload-dir = docs/.build/html
 [bdist_rpm]
 requires = billiard >= 2.7.3.34
            python-dateutil >= 1.5
-           kombu >= 2.5.14
+           kombu >= 2.5.15