diff options
author | prathamesh | 2014-09-23 15:23:54 +0530 |
---|---|---|
committer | prathamesh | 2014-09-23 15:23:54 +0530 |
commit | 267aa32a5b43638e71f401e14699fa8c30e86072 (patch) | |
tree | 8898d1fdc63127239fd829e6232c2b0200259bbd /setup.py | |
parent | 4b402b7b3701982627dbfc8881792851e316068f (diff) | |
download | online_test-267aa32a5b43638e71f401e14699fa8c30e86072.tar.gz online_test-267aa32a5b43638e71f401e14699fa8c30e86072.tar.bz2 online_test-267aa32a5b43638e71f401e14699fa8c30e86072.zip |
Changes in install requirements.
Added mysql-python and versions to various the packages.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -25,8 +25,9 @@ setup( description='A django app to conduct online test.', long_description=README, install_requires=[ - 'django', - 'django-taggit', + 'django==1.6', + 'mysql-python==1.2.5', + 'django-taggit==0.12.2', 'django-taggit-autocomplete-modified>=0.2', ], dependency_links=[link+'#egg=django_taggit_autocomplete_modified-0.2'], |