From 86943a3a919f42e84087ae84f90fd63243cb5559 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Sat, 24 Mar 2018 15:42:39 +0200 Subject: [PATCH] Change draftjs-exporter version range to allow all 2.x releases --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 684bb231b..3cbbf1b62 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requires = [ "django-taggit>=0.22.2,<1.0", "django-treebeard>=4.2.0,<5.0", "djangorestframework>=3.7.4,<4.0", - "draftjs_exporter>=2.0,<2.1", + "draftjs_exporter>=2.0,<3.0", "Pillow>=4.0.0,<6.0", "beautifulsoup4>=4.5.1,<5.0", "html5lib>=0.999,<1",