From: Stephen Burrows Date: Mon, 11 Jul 2011 16:15:11 +0000 (-0400) Subject: Added django-taggit extra requirement to setup.py. X-Git-Tag: philo-0.9.1^2~3^2^2~2 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/d72b83ef71cdd8234a9ed5c149577e29a685f42f Added django-taggit extra requirement to setup.py. --- diff --git a/setup.py b/setup.py index 8f13ea5..3d740f8 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,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'