mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 01:57:32 +01:00
Unpin django-treebeard - allow all up to 5.0
Fixes #6820. Migration issue has been fixed in 4.5.1, so just exclude 4.5
This commit is contained in:
parent
9ed99c2d71
commit
de88832899
2
setup.py
2
setup.py
@ -23,7 +23,7 @@ install_requires = [
|
||||
"Django>=2.2,<3.2",
|
||||
"django-modelcluster>=5.1,<6.0",
|
||||
"django-taggit>=1.0,<2.0",
|
||||
"django-treebeard>=4.2.0,<4.5",
|
||||
"django-treebeard>=4.2.0,<5.0,!=4.5",
|
||||
"djangorestframework>=3.11.1,<4.0",
|
||||
"django-filter>=2.2,<3.0",
|
||||
"draftjs_exporter>=2.1.5,<3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user