diff --git a/setup.py b/setup.py index e710a90652..09ffecc823 100755 --- a/setup.py +++ b/setup.py @@ -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",