Commit 8263918d by Ricardo Kirkner

added south to requirements

parent 2f5e73b2
...@@ -76,5 +76,5 @@ setup( ...@@ -76,5 +76,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.1.2)', 'openid (>=2.2.0)'], requires=['django (>=1.1.2)', '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