Bump libsass-version to 0.20.* (#1821)

libsass 0.19.2 fails to install under latest OS X Catalina. As https://github.com/sass/libsass/issues/3053 seems to be fixed, bump to current version 0.20.*
This commit is contained in:
Richard Schreiber
2020-10-22 09:18:42 +02:00
committed by GitHub
parent 92d7268945
commit d673a43130
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ reportlab>=3.5.18*
PyPDF2==1.26.*
Pillow==7.*
django-libsass==0.8
libsass==0.19.2 # Bump when https://github.com/sass/libsass/issues/3053 is fixed
libsass==0.20.*
django-otp==0.7.*,>=0.7.5
python-u2flib-server==4.*
webauthn==0.4.*

View File

@@ -104,7 +104,7 @@ setup(
'Pillow==7.*',
'PyPDF2==1.26.*',
'django-libsass==0.8',
'libsass==0.19.2', # Bump when https://github.com/sass/libsass/issues/3053 is fixed
'libsass==0.20.*',
'django-otp==0.7.*,>=0.7.5',
'webauthn==0.4.*',
'python-u2flib-server==4.*',