From: Stas Kravets Date: Thu, 28 Apr 2011 09:36:11 +0000 (+0400) Subject: Django dependency removed to allow development version usage. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b6a3a9202cde16219196fbe98a97d0dde4bdb875;p=django-social-auth.git Django dependency removed to allow development version usage. --- diff --git a/requirements.txt b/requirements.txt index 8369636..fc5acbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ -django>=1.2.5 oauth2>=1.5.167 python_openid>=2.2 diff --git a/setup.py b/setup.py index c98508d..0919265 100644 --- 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',