From 267aa32a5b43638e71f401e14699fa8c30e86072 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 23 Sep 2014 15:23:54 +0530 Subject: Changes in install requirements. Added mysql-python and versions to various the packages. --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a5b3417..1abfdc7 100644 --- a/setup.py +++ b/setup.py @@ -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'], -- cgit