Преглед изворни кода

Updated dependency to carrot to match >= 0.10.0

Ask Solem пре 15 година
родитељ
комит
b002501c1c
1 измењених фајлова са 1 додато и 1 уклоњено
  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"])