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
pull/6872/head
Matt Westcott 2021-03-04 13:19:01 +00:00 zatwierdzone przez Matt Westcott
rodzic 9ed99c2d71
commit de88832899
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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",