Parcourir la source

New version requirement for carrot: 0.8.0

Ask Solem il y a 15 ans
Parent
commit
d29f34645e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -43,7 +43,7 @@ class RunTests(Command):
 
 install_requires = ["django-unittest-depth",
                     "anyjson",
-                    "carrot>=0.7.0",
+                    "carrot>=0.8.0",
                     "django-picklefield",
                     "billiard"]