Sfoglia il codice sorgente

Updated dependency to carrot to match >= 0.10.0

Ask Solem 15 anni fa
parent
commit
b002501c1c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -57,7 +57,7 @@ except ImportError:
 install_requires.extend([
     "python-dateutil",
     "anyjson",
-    "carrot>=0.8.1",
+    "carrot>=0.10.0",
     "django-picklefield",
     "billiard>=0.2.1"])