mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 17:23:15 +00:00
Change draftjs-exporter version range to allow all 2.x releases
This commit is contained in:
parent
b2ef833915
commit
86943a3a91
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ install_requires = [
|
||||||
"django-taggit>=0.22.2,<1.0",
|
"django-taggit>=0.22.2,<1.0",
|
||||||
"django-treebeard>=4.2.0,<5.0",
|
"django-treebeard>=4.2.0,<5.0",
|
||||||
"djangorestframework>=3.7.4,<4.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",
|
"Pillow>=4.0.0,<6.0",
|
||||||
"beautifulsoup4>=4.5.1,<5.0",
|
"beautifulsoup4>=4.5.1,<5.0",
|
||||||
"html5lib>=0.999,<1",
|
"html5lib>=0.999,<1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue