aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina <fabian.gallina@canonical.com>2014-04-22 16:23:48 -0300
committerFabián Ezequiel Gallina <fabian.gallina@canonical.com>2014-04-22 16:23:48 -0300
commit9736fac472a0e47df94516abbd64e965f1ff07f8 (patch)
tree41fcb38b93864639eede87e45eb74b6964acd05b
parentac101399f5462cff85cc1d7e77f1d55d60c6c93e (diff)
Update setup requirements to django>=1.4
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 740b7fb..a4669f7 100644
--- a/setup.py
+++ b/setup.py
@@ -77,5 +77,5 @@ setup(
'django_openid_auth': ['templates/openid/*.html'],
},
provides=['django_openid_auth'],
- requires=['django (>=1.3)', 'openid (>=2.2.0)', 'south'],
+ requires=['django (>=1.4)', 'openid (>=2.2.0)', 'south'],
)