Jelajahi Sumber

New version requirement for carrot: 0.8.0

Ask Solem 15 tahun lalu
induk
melakukan
cb816d345b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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.8.0"]
 
 # python-daemon doesn't run on windows, so check current platform
 if platform.system() == "Windows":