summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-07-27 11:54:12 +0530
committerGitHub2016-07-27 11:54:12 +0530
commit344e1e804cee214c0d0f5c41ca16d871e786d4c3 (patch)
tree0e5fc1602698e2fd951479c219623ed666ffd03a /setup.py
parentcc979dfe4893ba1d7bd66649716c490c15118879 (diff)
parente15fab2d7563c8fd3ae650c0f8b00cfda9b63752 (diff)
downloadonline_test-344e1e804cee214c0d0f5c41ca16d871e786d4c3.tar.gz
online_test-344e1e804cee214c0d0f5c41ca16d871e786d4c3.tar.bz2
online_test-344e1e804cee214c0d0f5c41ca16d871e786d4c3.zip
Merge pull request #118 from ankitjavalkar/fix-codemirror-syntax
Minor changes in codemirror and setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
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',