Added django-taggit extra requirement to setup.py.
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 11 Jul 2011 16:15:11 +0000 (12:15 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 11 Jul 2011 16:15:11 +0000 (12:15 -0400)
setup.py

index 8f13ea5..3d740f8 100644 (file)
--- 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'