From e15fab2d7563c8fd3ae650c0f8b00cfda9b63752 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 25 Jul 2016 17:30:03 +0530 Subject: - Fix syntax highlighting for c, java, shell and scilab - Add social-auth to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6bc0168..0c0b7f9 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,8 @@ setup( 'django==1.9.5', 'mysql-python==1.2.5', 'django-taggit==0.18.1', - 'pytz==2016.4' + 'pytz==2016.4', + 'python-social-auth==0.2.19' ], classifiers=[ 'Development Status :: 4 - Beta', -- cgit