0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Bump django-taggit to 0.24

This commit is contained in:
Matt Westcott 2019-04-02 21:23:36 +01:00 committed by Matt Westcott
parent f16965442e
commit 92a1e7918a

View File

@ -23,7 +23,7 @@ except ImportError:
install_requires = [
"Django>=2.0,<2.3",
"django-modelcluster>=4.2,<5.0",
"django-taggit>=0.23,<0.24",
"django-taggit>=0.23,<1.0",
"django-treebeard>=4.2.0,<5.0",
"djangorestframework>=3.7.4,<4.0",
"draftjs_exporter>=2.1.5,<3.0",