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.*',