Update reportlab requirement

This commit is contained in:
Martin Gross
2019-12-05 10:43:38 +01:00
parent adebcc31d4
commit f88a09a78c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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