Allow django-taggit 4.x

pull/10433/head
Matt Westcott 2023-05-12 16:50:25 +01:00 zatwierdzone przez Matt Westcott
rodzic 98a03fac2b
commit 728d70e4f9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ install_requires = [
"Django>=3.2,<4.3",
"django-modelcluster>=6.0,<7.0",
"django-permissionedforms>=0.1,<1.0",
"django-taggit>=2.0,<4.0",
"django-taggit>=2.0,<5.0",
"django-treebeard>=4.5.1,<5.0",
"djangorestframework>=3.11.1,<4.0",
"django-filter>=2.2,<23",