forked from CGM_Public/pretix_original
Force django-libsass version to be upgraded
This commit is contained in:
@@ -13,7 +13,7 @@ django-scopes==1.2.*
|
|||||||
reportlab>=3.5.18*
|
reportlab>=3.5.18*
|
||||||
PyPDF2==1.26.*
|
PyPDF2==1.26.*
|
||||||
Pillow==7.*
|
Pillow==7.*
|
||||||
django-libsass
|
django-libsass==0.8
|
||||||
libsass==0.19.2 # Bump when https://github.com/sass/libsass/issues/3053 is fixed
|
libsass==0.19.2 # Bump when https://github.com/sass/libsass/issues/3053 is fixed
|
||||||
django-otp==0.7.*,>=0.7.5
|
django-otp==0.7.*,>=0.7.5
|
||||||
python-u2flib-server==4.*
|
python-u2flib-server==4.*
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ setup(
|
|||||||
'reportlab>=3.5.18',
|
'reportlab>=3.5.18',
|
||||||
'Pillow==7.*',
|
'Pillow==7.*',
|
||||||
'PyPDF2==1.26.*',
|
'PyPDF2==1.26.*',
|
||||||
'django-libsass',
|
'django-libsass==0.8',
|
||||||
'libsass==0.19.2', # Bump when https://github.com/sass/libsass/issues/3053 is fixed
|
'libsass==0.19.2', # Bump when https://github.com/sass/libsass/issues/3053 is fixed
|
||||||
'django-otp==0.7.*,>=0.7.5',
|
'django-otp==0.7.*,>=0.7.5',
|
||||||
'webauthn==0.4.*',
|
'webauthn==0.4.*',
|
||||||
|
|||||||
Reference in New Issue
Block a user