From 8aa8ddcde986eee80e62ba6f185071e24669aeea Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 6 Dec 2017 11:09:09 +0000 Subject: [PATCH] add upper bounds on dependencies that don't already have them --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f5c084c308..23ac88e34a 100755 --- a/setup.py +++ b/setup.py @@ -26,10 +26,10 @@ install_requires = [ "django-taggit>=0.20,<1.0", "django-treebeard>=3.0,<5.0", "djangorestframework>=3.1.3,<4.0", - "Pillow>=2.6.1", - "beautifulsoup4>=4.5.1", + "Pillow>=2.6.1,<5.0", + "beautifulsoup4>=4.5.1,<5.0", "html5lib>=0.999,<1", - "Unidecode>=0.04.14", + "Unidecode>=0.04.14,<1.0", "Willow>=1.0,<1.1", "requests>=2.11.1,<3.0", ]