diff options
author | prathamesh | 2014-09-23 15:27:12 +0530 |
---|---|---|
committer | prathamesh | 2014-09-23 15:27:12 +0530 |
commit | 86b5917978f154c5c7039d0aabb1748922d81f7f (patch) | |
tree | 3bb61c0d5163a5fe5e301a22b08015f8f23d0110 | |
parent | aeb4f09198b1652ea4bf59fbb7f60e47be437fa2 (diff) | |
parent | 267aa32a5b43638e71f401e14699fa8c30e86072 (diff) | |
download | online_test-86b5917978f154c5c7039d0aabb1748922d81f7f.tar.gz online_test-86b5917978f154c5c7039d0aabb1748922d81f7f.tar.bz2 online_test-86b5917978f154c5c7039d0aabb1748922d81f7f.zip |
Merge branch 'app_package'
-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'], |