mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 19:20:56 +01:00
Specify django-modelcluster >=5.0.2 to avoid django-taggit dependency issues
This commit is contained in:
parent
637000fc08
commit
d06c52d495
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ except ImportError:
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"Django>=2.2,<3.2",
|
"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-taggit>=1.0,<2.0",
|
||||||
"django-treebeard>=4.2.0,<5.0",
|
"django-treebeard>=4.2.0,<5.0",
|
||||||
"djangorestframework>=3.11.1,<4.0",
|
"djangorestframework>=3.11.1,<4.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user