0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Update dependencies to require modelcluster 3.x

This commit is contained in:
Matt Westcott 2017-02-02 11:00:30 +00:00
parent 37c7b696ef
commit 5f91859793

View File

@ -22,7 +22,7 @@ except ImportError:
install_requires = [
"Django>=1.8.1,<1.11",
"django-modelcluster==3.0a1",
"django-modelcluster>=3.0,<4.0",
"django-taggit>=0.20,<1.0",
"django-treebeard>=3.0,<5.0",
"djangorestframework>=3.1.3",