Pin version of pillow (incompatibility with reportlab)

This commit is contained in:
Raphael Michel
2019-04-02 11:31:01 +02:00
parent 1f672e7df2
commit 246f307e21
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ django-hierarkey==1.0.*,>=1.0.3
django-filter==2.0.* django-filter==2.0.*
reportlab==3.5.* reportlab==3.5.*
PyPDF2==1.26.* PyPDF2==1.26.*
Pillow Pillow==5.*
django-libsass django-libsass
libsass libsass
django-otp==0.4.* django-otp==0.4.*

View File

@@ -97,7 +97,7 @@ setup(
'django-hierarkey==1.0.*,>=1.0.2', 'django-hierarkey==1.0.*,>=1.0.2',
'django-filter==2.0.*', 'django-filter==2.0.*',
'reportlab==3.5.*', 'reportlab==3.5.*',
'Pillow', 'Pillow==5.*',
'PyPDF2==1.26.*', 'PyPDF2==1.26.*',
'django-libsass', 'django-libsass',
'libsass', 'libsass',