Pārlūkot izejas kodu

Now depends on carrot >= 0.7.0

Ask Solem 15 gadi atpakaļ
vecāks
revīzija
48e81af47d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -43,7 +43,7 @@ class RunTests(Command):
 
 install_requires = ["django-unittest-depth",
                     "anyjson",
-                    "carrot>=0.6.0"]
+                    "carrot>=0.7.0"]
 
 # python-daemon doesn't run on windows, so check current platform
 if platform.system() == "Windows":