diff options
author | Prabhu Ramachandran | 2016-07-27 11:54:12 +0530 |
---|---|---|
committer | GitHub | 2016-07-27 11:54:12 +0530 |
commit | 344e1e804cee214c0d0f5c41ca16d871e786d4c3 (patch) | |
tree | 0e5fc1602698e2fd951479c219623ed666ffd03a /setup.py | |
parent | cc979dfe4893ba1d7bd66649716c490c15118879 (diff) | |
parent | e15fab2d7563c8fd3ae650c0f8b00cfda9b63752 (diff) | |
download | online_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.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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', |