diff --git a/setup.py b/setup.py index 865aadef0..577ada7b6 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ install_requires = [ "Django>=1.7.1,<1.8", "django-compressor>=1.4", "django-libsass>=0.2", - "django-modelcluster>=0.5", - "django-taggit==0.12.3", + "django-modelcluster>=0.6", + "django-taggit>=0.13.0", "django-treebeard==3.0", "Pillow>=2.6.1", "beautifulsoup4>=4.3.2",