From 82b3f584757d2bc7493adde35c9b844676a764e7 Mon Sep 17 00:00:00 2001 From: Yader Velasquez Date: Thu, 13 May 2021 09:51:34 -0600 Subject: [PATCH] Update install requirements to avoid conflicts with new pip --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index 877cd82a..efb0743e 100755 --- a/setup.py +++ b/setup.py @@ -21,14 +21,14 @@ def get_path(fname): install_requirements = [ - "Django>=2.1,<3.3", - "bleach>=3.1.0,<3.4", - "Pillow", - "django-nyt>=1.1.5,<1.2", - "django-mptt>=0.11,<0.13", - "django-sekizai>=0.10", - "sorl-thumbnail>=12.6.2,<13", - "Markdown>=3.1,<3.4", + "Django>=3.2,<3.3", + "bleach>=3.3.0,<3.4", + "Pillow>=8.2.0,<8.3", + "django-nyt>=1.2,<1.3", + "django-mptt>=0.12.0,<0.13", + "django-sekizai>=2.0.0,<2.1", + "sorl-thumbnail>=12.7.0,12.8", + "Markdown>=3.3.4,<3.4", ] test_requirements = [ -- 2.45.2