kopia lustrzana https://github.com/wagtail/wagtail
Unpin django-treebeard - allow all up to 5.0
Fixes #6820. Migration issue has been fixed in 4.5.1, so just exclude 4.5pull/6872/head
rodzic
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",
|
||||
|
|
Ładowanie…
Reference in New Issue