diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 3fa7852180..4ad5b1b7b6 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -13,7 +13,7 @@ django-scopes==1.2.* reportlab>=3.5.18* PyPDF2==1.26.* Pillow==7.* -django-libsass +django-libsass==0.8 libsass==0.19.2 # Bump when https://github.com/sass/libsass/issues/3053 is fixed django-otp==0.7.*,>=0.7.5 python-u2flib-server==4.* diff --git a/src/setup.py b/src/setup.py index 06aceb24d7..88b25d62b7 100644 --- a/src/setup.py +++ b/src/setup.py @@ -102,7 +102,7 @@ setup( 'reportlab>=3.5.18', 'Pillow==7.*', 'PyPDF2==1.26.*', - 'django-libsass', + 'django-libsass==0.8', 'libsass==0.19.2', # Bump when https://github.com/sass/libsass/issues/3053 is fixed 'django-otp==0.7.*,>=0.7.5', 'webauthn==0.4.*',