Browse Source

Now depends on kombu 4.0.2

Ask Solem 8 years ago
parent
commit
b2c90fd7df
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 @@
 pytz>dev
 billiard>=3.5.0.2,<3.6.0
-kombu>=4.0.1,<5.0
+kombu>=4.0.2,<5.0

+ 1 - 1
setup.cfg

@@ -18,7 +18,7 @@ ignore = D102,D104,D203,D105,D213
 [bdist_rpm]
 requires = pytz >= 2016.7
            billiard >= 3.5.0.2
-           kombu >= 4.0.1
+           kombu >= 4.0.2
 
 [wheel]
 universal = 1