Browse Source

Added dependency to carrot >= 0.4.1

Ask Solem 15 năm trước cách đây
mục cha
commit
fe3d00aa3d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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},