Require sphinx & jinja2 for good measure :)

This commit is contained in:
Christopher Allan Webber 2011-05-01 18:22:27 -05:00
parent 94459eadb8
commit 132a68b546

View File

@ -37,6 +37,8 @@ setup(
'nose', 'nose',
'werkzeug', 'werkzeug',
'celery', 'celery',
'jinja2',
'sphinx',
], ],
test_suite='nose.collector', test_suite='nose.collector',