summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprathamesh2014-09-23 15:23:54 +0530
committerprathamesh2014-09-23 15:23:54 +0530
commit267aa32a5b43638e71f401e14699fa8c30e86072 (patch)
tree8898d1fdc63127239fd829e6232c2b0200259bbd
parent4b402b7b3701982627dbfc8881792851e316068f (diff)
downloadonline_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.
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
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'],