summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Meza <rocky@fusionbox.com>2014-10-11 01:17:40 -0600
committerAntoine Catton <acatton@fusionbox.com>2014-10-16 14:42:04 -0600
commit9f27a0ec7cc4de9cab5d222ca1011cc0968a579e (patch)
tree075ac0ede32d17aaa46b1d5905031ae0f1ba97a3
parent138310db10995ee33c4e114d0bcab77d8deb21a5 (diff)
downloaddjango-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>
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6cf31c7..82afb66 100644
--- a/setup.py
+++ b/setup.py
@@ -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',