Fix bad pinning. We don't want to install 1.3.0

Really fixes #24.
This commit is contained in:
Antoine Catton 2014-10-16 15:03:14 -06:00
parent 9f27a0ec7c
commit 2c5dd9da41
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def read(fname):
install_requires = [
'Django>=1.4',
'PyScss>=1.2.0,<=1.3.0',
'PyScss>=1.2.0,<1.3.0',
]
tests_require = [
'Pillow',