0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-27 15:56:30 +01:00

Specify django-modelcluster >=5.0.2 to avoid django-taggit dependency issues

This commit is contained in:
Matt Westcott 2020-08-25 13:51:44 +01:00
parent 637000fc08
commit d06c52d495

View File

@ -22,7 +22,7 @@ except ImportError:
install_requires = [
"Django>=2.2,<3.2",
"django-modelcluster>=5.0,<6.0",
"django-modelcluster>=5.0.2,<6.0",
"django-taggit>=1.0,<2.0",
"django-treebeard>=4.2.0,<5.0",
"djangorestframework>=3.11.1,<4.0",