From f88a09a78ce8e86158bee1dbea314f5004e0367b Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 5 Dec 2019 10:43:38 +0100 Subject: [PATCH] Update reportlab requirement --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 81e1f46aa0..863b30f19e 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -10,7 +10,7 @@ django-compressor==2.2.* django-hierarkey==1.0.*,>=1.0.3 django-filter==2.1.* django-scopes==1.1.* -reportlab==3.5.* +reportlab>=3.5.18* PyPDF2==1.26.* Pillow==6.* django-libsass diff --git a/src/setup.py b/src/setup.py index e3d08c9117..d115120173 100644 --- a/src/setup.py +++ b/src/setup.py @@ -98,7 +98,7 @@ setup( 'django-hierarkey==1.0.*,>=1.0.2', 'django-filter==2.1.*', 'django-scopes==1.1.*', - 'reportlab==3.5.*', + 'reportlab>=3.5.18', 'Pillow==6.*', 'PyPDF2==1.26.*', 'django-libsass',