Browse Source

Added dependency to carrot >= 0.4.1

Ask Solem 15 years ago
parent
commit
fe3d00aa3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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