Browse Source

Add dependency to carrot >= 0.4.0

Ask Solem 16 years ago
parent
commit
5a5e0b33b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -63,7 +63,7 @@ setup(
     zip_safe=False,
     install_requires=[
         'simplejson',
-        #'carrot>=0.4.0',
+        'carrot>=0.4.0',
         'django',
     ],
     cmdclass = {"test": RunTests},