Browse Source

Now depends on carrot 0.10.7

Ask Solem 14 years ago
parent
commit
90f6065ef7
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.6
+carrot>=0.10.7
 pyparsing

+ 1 - 1
setup.py

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