diff options
author | Rocky Meza <rocky@fusionbox.com> | 2014-10-11 01:17:40 -0600 |
---|---|---|
committer | Antoine Catton <acatton@fusionbox.com> | 2014-10-16 14:42:04 -0600 |
commit | 9f27a0ec7cc4de9cab5d222ca1011cc0968a579e (patch) | |
tree | 075ac0ede32d17aaa46b1d5905031ae0f1ba97a3 /setup.py | |
parent | 138310db10995ee33c4e114d0bcab77d8deb21a5 (diff) | |
download | django-pyscss-9f27a0ec7cc4de9cab5d222ca1011cc0968a579e.tar.gz |
Pin pyScss==1.2.x, for now.
Please see the discussion in
<https://github.com/Kronuz/pyScss/issues/265#issuecomment-58728712>.
Reviewed-By: Antoine Catton <acatton@fusionbox.com>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ def read(fname): install_requires = [ 'Django>=1.4', - 'PyScss>=1.2.0', + 'PyScss>=1.2.0,<=1.3.0', ] tests_require = [ 'Pillow', |