From 65914063fc9aa0344a3b52dab9a98be45babc287 Mon Sep 17 00:00:00 2001 From: Stas Kravets Date: Mon, 27 Dec 2010 19:44:54 +0300 Subject: [PATCH] removed dependencies to avoid potential conflicts --- setup.py | 1 - 1 file changed, 1 deletion(-) 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, -- 2.39.5