From 332fba61681ebfdc8a6f0f2315f3e82619a68174 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 28 Jan 2020 22:46:28 +0100 Subject: [PATCH] DOwngrade libsass --- 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 b62bc2df4..6eb453463 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -14,7 +14,7 @@ reportlab>=3.5.18* PyPDF2==1.26.* Pillow==6.* django-libsass -libsass +libsass==0.19.2 # Bump when https://github.com/sass/libsass/issues/3053 is fixed django-otp==0.5.* python-u2flib-server==4.* webauthn==0.4.* diff --git a/src/setup.py b/src/setup.py index 35faf974e..0252705f9 100644 --- a/src/setup.py +++ b/src/setup.py @@ -103,7 +103,7 @@ setup( 'Pillow==6.*', 'PyPDF2==1.26.*', 'django-libsass', - 'libsass', + 'libsass==0.19.2', # Bump when https://github.com/sass/libsass/issues/3053 is fixed 'django-otp==0.5.*', 'webauthn==0.4.*', 'python-u2flib-server==4.*',