Explorar el Código

Now depends on carrot 0.10.7

Ask Solem hace 14 años
padre
commit
90f6065ef7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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",
 ])