Update setup requirements to django>=1.4

parent ac101399
...@@ -77,5 +77,5 @@ setup( ...@@ -77,5 +77,5 @@ setup(
'django_openid_auth': ['templates/openid/*.html'], 'django_openid_auth': ['templates/openid/*.html'],
}, },
provides=['django_openid_auth'], provides=['django_openid_auth'],
requires=['django (>=1.3)', 'openid (>=2.2.0)', 'south'], requires=['django (>=1.4)', 'openid (>=2.2.0)', 'south'],
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment