From: Stas Kravets Date: Mon, 27 Dec 2010 16:44:54 +0000 (+0300) Subject: removed dependencies to avoid potential conflicts X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=65914063fc9aa0344a3b52dab9a98be45babc287;p=django-social-auth.git removed dependencies to avoid potential conflicts --- diff --git a/setup.py b/setup.py index 9cd1030..920607f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ setup( author='Matias Aguirre', author_email='matiasaguirre@gmail.com', url='https://github.com/omab/django-social-auth', - install_requires=['django', 'python-openid', 'oauth'], description = 'Django social authentication made simple.', packages=find_packages(), include_package_data=True,