From b6a3a9202cde16219196fbe98a97d0dde4bdb875 Mon Sep 17 00:00:00 2001 From: Stas Kravets Date: Thu, 28 Apr 2011 13:36:11 +0400 Subject: [PATCH] Django dependency removed to allow development version usage. --- requirements.txt | 1 - setup.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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', -- 2.39.5