X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/5d58ac8166e024c88f70a62d4fcd6db70fa83380..29eef8ca0de60e184b07b30d14de8948ba6eada4:/setup.py diff --git a/setup.py b/setup.py index 8f13ea5..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 = { @@ -75,6 +74,7 @@ setup( 'waldo-recaptcha': ['recaptcha-django'], 'sobol-eventlet': ['eventlet'], 'sobol-scrape': ['BeautifulSoup'], + 'penfield': ['django-taggit>=0.9'], }, dependency_links = [ 'https://github.com/django-mptt/django-mptt/tarball/master#egg=django-mptt-dev'