Require django-modelcluster 1.1

This commit is contained in:
Matt Westcott 2015-12-17 15:57:45 +00:00
parent eca4101927
commit 90b498a5b0

View file

@ -23,7 +23,7 @@ except ImportError:
install_requires = [
"Django>=1.7.1,<1.10",
"django-compressor>=1.4",
"django-modelcluster>=1.0",
"django-modelcluster>=1.1",
"django-taggit>=0.17.5",
"django-treebeard==3.0",
"djangorestframework>=3.1.3",