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

Change draftjs-exporter version range to allow all 2.x releases

This commit is contained in:
Thibaud Colas 2018-03-24 15:42:39 +02:00 committed by Matt Westcott
parent b2ef833915
commit 86943a3a91

View File

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