From 6792b1e6627c46b97cc7e5ee3866465f7415e065 Mon Sep 17 00:00:00 2001 From: onur mat Date: Sat, 11 Sep 2010 17:40:48 +0300 Subject: removed mysql and django dependencies --- setup.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 30b4ff9f..bb63ebd3 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,6 @@ import sys #you might want to install django-debug-toolbar as well install_requires = [ - 'django==1.1.2', - #'django-debug-toolbar==0.7.0', 'South>=0.7.1', 'recaptcha-client', 'markdown2', @@ -17,9 +15,6 @@ install_requires = [ 'django-threaded-multihost', 'django-robots', ] -WIN_PLATFORMS = ('win32', 'cygwin',) -if sys.platform not in WIN_PLATFORMS: - install_requires.append('mysql-python') import askbot -- cgit v1.2.3-1-g7c22