diff --git a/setup.py b/setup.py index 6c19af5..3e9ec51 100644 --- a/setup.py +++ b/setup.py @@ -40,5 +40,12 @@ setup( ], test_suite='nose.collector', - tests_require=['WebTest >= 1.2', 'BeautifulSoup', 'pytidylib', 'poster'] + tests_require=[ + 'nose', + 'mock', + 'WebTest >= 1.2', + 'BeautifulSoup', + 'pytidylib', + 'poster' + ] )