From: Stephen Burrows Date: Mon, 19 Sep 2011 06:18:19 +0000 (-0700) Subject: Removed python requirement line from setup.py, since easy_install and pip can't do... X-Git-Tag: philo-0.9.1^2~2^2~3 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/29eef8ca0de60e184b07b30d14de8948ba6eada4 Removed python requirement line from setup.py, since easy_install and pip can't do anything with it and will choke on it for e.g. pypy. --- diff --git a/setup.py b/setup.py index 3d740f8..d3fa76b 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,6 @@ setup( install_requires = [ 'django>=1.3', - 'python>=2.5.4', 'django-mptt>0.4.2,==dev', ], extras_require = {