# HG changeset patch # User Sandro Knauß # Date 1329669687 -3600 # Node ID 912ef3e070b05b68aac6b007cdac68b166493524 # Parent adfe245c377d170f8c14b44b002659f38c87e2bf we need mock for tests 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',