Просмотр исходного кода

Updated dependency to carrot to match >= 0.10.0

Ask Solem 15 лет назад
Родитель
Сommit
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"])