diff --git a/setup.py b/setup.py index 1a6e48f4..31221afe 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ params = dict( ], extras_require={ 'other': ['jinja2', 'pandas>=0.13.1'], - 'test': ['nose'], + 'test': ['nose', 'mock'], 'mongodb': ['pymongo'], 'notify': ['notify2'], 'doc': ['sphinx'],