Przeglądaj źródła

Added dependency to carrot >= 0.4.1

Ask Solem 15 lat temu
rodzic
commit
fe3d00aa3d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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