From 059c34560c68a614e68d5f501ce1916e300a1c1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Thu, 24 Mar 2011 18:17:25 -0300 Subject: [PATCH] Updated django version and added requirements.txt file --- requirements.txt | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8369636 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +django>=1.2.5 +oauth2>=1.5.167 +python_openid>=2.2 diff --git a/setup.py b/setup.py index cab3e9b..83968c0 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup(name='django-social-auth', 'social_auth.backends', 'social_auth.backends.contrib'], long_description=long_description(), - install_requires=['django>=1.2', + install_requires=['django>=1.2.5', 'oauth2>=1.5.167', 'python_openid>=2.2'], classifiers=['Framework :: Django', -- 2.39.5