From: Matías Aguirre Date: Thu, 24 Mar 2011 21:17:25 +0000 (-0300) Subject: Updated django version and added requirements.txt file X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=059c34560c68a614e68d5f501ce1916e300a1c1c;p=django-social-auth.git Updated django version and added requirements.txt file --- 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',