Browse Source

bump libsass

pull/2446/head
Leandro Roberto 6 years ago
parent
commit
bfdbf82ef5
  1. 10
      requirements/requirements.txt
  2. 4
      setup.py

10
requirements/requirements.txt

@ -15,10 +15,10 @@ django-reversion==3.0.2
django-reversion-compare==0.8.6 django-reversion-compare==0.8.6
django-speedinfo==1.4.0 django-speedinfo==1.4.0
django-extensions==2.1.4 django-extensions==2.1.4
django-image-cropping==1.2 django-image-cropping==1.2
easy-thumbnails==2.5 easy-thumbnails==2.5
libsass==0.11.1 libsass==0.17.0
psycopg2-binary==2.7.4 psycopg2-binary==2.7.4
python-decouple==3.0 python-decouple==3.0
pytz==2016.4 pytz==2016.4
@ -32,8 +32,8 @@ gunicorn==19.6.0
WeasyPrint==0.42 WeasyPrint==0.42
whoosh==2.7.4 whoosh==2.7.4
git+git://github.com/interlegis/trml2pdf.git #git+git://github.com/interlegis/trml2pdf.git
git+git://github.com/jasperlittle/django-rest-framework-docs #git+git://github.com/jasperlittle/django-rest-framework-docs
git+git://github.com/rubgombar1/django-admin-bootstrapped.git #git+git://github.com/rubgombar1/django-admin-bootstrapped.git
#django-compressor==2.2 #django-compressor==2.2

4
setup.py

@ -29,7 +29,7 @@ install_requires = [
'django-image-cropping==1.2.0', 'django-image-cropping==1.2.0',
'easy-thumbnails==2.5', 'easy-thumbnails==2.5',
'libsass==0.11.1', 'libsass==0.17.0',
'psycopg2==2.7.4', 'psycopg2==2.7.4',
'python-decouple==3.0', 'python-decouple==3.0',
'pytz==2016.4', 'pytz==2016.4',
@ -42,7 +42,7 @@ install_requires = [
'gunicorn==19.6.0', 'gunicorn==19.6.0',
'WeasyPrint==0.42', 'WeasyPrint==0.42',
'whoosh==2.7.4', 'whoosh==2.7.4',
'drfdocs', 'drfdocs',
# 'git+git://github.com/interlegis/trml2pdf.git', # 'git+git://github.com/interlegis/trml2pdf.git',
# 'git+git://github.com/jasperlittle/django-rest-framework-docs' # 'git+git://github.com/jasperlittle/django-rest-framework-docs'

Loading…
Cancel
Save