diff --git a/setup.py b/setup.py index f906146..7846798 100644 --- a/setup.py +++ b/setup.py @@ -37,5 +37,6 @@ include_package_data = True, install_requires = ['django>=1.4', 'django-social-auth>=0.7.8', - 'mailmanclient', ] + 'mailmanclient', + 'django_nose',] )