]> git.parisson.com Git - django-social-auth.git/commitdiff
Django dependency removed to allow development version usage.
authorStas Kravets <skravets@applebough.(none)>
Thu, 28 Apr 2011 09:36:11 +0000 (13:36 +0400)
committerStas Kravets <skravets@applebough.(none)>
Thu, 28 Apr 2011 09:36:11 +0000 (13:36 +0400)
requirements.txt
setup.py

index 83696366b848faed85d3de54c9fbd8f517123666..fc5acbfb737fdfceb32f7d62126b97f5cfc76803 100644 (file)
@@ -1,3 +1,2 @@
-django>=1.2.5
 oauth2>=1.5.167
 python_openid>=2.2
index c98508d4f5e822de6a663a2336e87dcd56b8f776..0919265a79148fce55560527cbcb481b47fcf818 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -36,8 +36,7 @@ setup(name='django-social-auth',
                 'social_auth.backends',
                 'social_auth.backends.contrib'],
       long_description=long_description(),
-      install_requires=['django>=1.2.5',
-                        'oauth2>=1.5.167',
+      install_requires=['oauth2>=1.5.167',
                         'python_openid>=2.2'],
       classifiers=['Framework :: Django',
                    'Development Status :: 4 - Beta',