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

Upgrade to Django-2.1-compatible versions of modelcluster and taggit

This commit is contained in:
Matt Westcott 2018-08-08 15:52:22 +01:00 committed by Matt Westcott
parent 939e031760
commit deb7f7ecc6

View File

@ -22,8 +22,8 @@ except ImportError:
install_requires = [
"Django>=1.11,<2.1",
"django-modelcluster>=4.0,<5.0",
"django-taggit>=0.22.2,<1.0",
"django-modelcluster>=4.2,<5.0",
"django-taggit>=0.23,<0.24",
"django-treebeard>=4.2.0,<5.0",
"djangorestframework>=3.7.4,<4.0",
"draftjs_exporter>=2.0,<3.0",