summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRocky Meza <rocky@fusionbox.com>2014-02-03 20:27:49 -0700
committerRocky Meza <rocky@fusionbox.com>2014-02-03 20:27:49 -0700
commitd1ae0ebb23b5d3af0b58cf014605c577b139cec0 (patch)
tree6f4ce1e16a573eec3b8d2d878eff6c846da89f4c /setup.py
parent8d91831bd02838f89125aa3c89d2f79a9838590c (diff)
downloaddjango-pyscss-d1ae0ebb23b5d3af0b58cf014605c577b139cec0.tar.gz
Forget about supporting Django 1.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a3a77d7..9e45c8e 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def read(fname):
install_requires = [
- 'Django>=1.3',
+ 'Django>=1.4',
'PyScss>=1.2.0',
]
tests_require = [