Cap django-pyscss <2.0.0

As pointed out in
https://github.com/fusionbox/django-pyscss/issues/33 django-pyscss
2.0.0 install_requires pyScss>=1.3.4 which we currently cap at an
incompatible pyScss<1.3 instead. Make it so we install an old enough
django-pyscss to work with pyScss 1.2.x.

Change-Id: I0cde6300ee2f590beebfa8c624c22f8eaed47172
(cherry picked from commit 7da0b68762)
This commit is contained in:
Jeremy Stanley 2015-04-23 12:43:53 +00:00
parent bfe3152d92
commit 677427fe5e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jsonschema>=2.0.0,<3.0.0
kazoo>=1.3.1
keystonemiddleware>=1.5.0,<1.6.0
pyScss>=1.2.1,<1.3 # MIT License
django-pyscss>=1.0.3,!=2.0.0 # BSD License (2 clause)
django-pyscss>=1.0.3,<2.0.0 # BSD License (2 clause)
kombu>=2.5.0
libvirt-python>=1.2.5 # LGPLv2+
lockfile>=0.8