summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Meza <rocky@fusionbox.com>2014-10-11 01:17:40 -0600
committerRocky Meza <rocky@fusionbox.com>2014-10-11 01:17:40 -0600
commit8a47b5d4c06a0b4575c0642521b4162d35e3644e (patch)
tree075ac0ede32d17aaa46b1d5905031ae0f1ba97a3
parent138310db10995ee33c4e114d0bcab77d8deb21a5 (diff)
downloaddjango-pyscss-pin_1.2.tar.gz
Pin pyScss==1.2.x, for now.pin_1.2
Please see the discussion in <https://github.com/Kronuz/pyScss/issues/265#issuecomment-58728712>.
-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',