diff -r adfe245c377d -r 912ef3e070b0 setup.py --- a/setup.py Sat Feb 18 19:50:36 2012 +0100 +++ b/setup.py Sun Feb 19 17:41:27 2012 +0100 @@ -6,7 +6,7 @@ setup(name='iro', version=__version__, packages=['iro','iro.controller','iro.view','iro.model'], - setup_requires = ["ngmodules>=0.2"], + setup_requires = ["ngmodules>=0.2","mock"], install_requires=['twisted>=11.1.0',"ConfigParser","sqlalchemy","MySQL-python","SOAPpy",'decorator'], #test_suite="nose.collector", #ToDo switch to trial description='Non Blocking Interface for sending a bunsh of SMSes, FAXes and Mails',