Browse Source

New version requirement carrot>=0.10.6

Ask Solem 14 years ago
parent
commit
d487889b36
2 changed files with 2 additions and 2 deletions
  1. 1 1
      contrib/requirements/default.txt
  2. 1 1
      setup.py

+ 1 - 1
contrib/requirements/default.txt

@@ -1,5 +1,5 @@
 python-dateutil
 sqlalchemy
 anyjson
-carrot>=0.10.5
+carrot>=0.10.6
 pyparsing

+ 1 - 1
setup.py

@@ -37,7 +37,7 @@ except ImportError:
 install_requires.extend([
     "python-dateutil",
     "anyjson",
-    "carrot>=0.10.5",
+    "carrot>=0.10.6",
     "pyparsing",
 ])