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

pull/6356/head
Matt Westcott 2020-08-25 13:51:44 +01:00
rodzic 637000fc08
commit d06c52d495
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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