# HG changeset patch # User Sandro Knauß # Date 1327902279 -3600 # Node ID 6efcdf7e2d627116b505dfa0ae4158a5cd7d0bdc # Parent 2d685c3c10b25decda71cdf48630077f5171457b we need nothing that is in the standard core diff -r 2d685c3c10b2 -r 6efcdf7e2d62 setup.py --- a/setup.py Sat Jan 28 14:22:44 2012 +0100 +++ b/setup.py Mon Jan 30 06:44:39 2012 +0100 @@ -7,7 +7,7 @@ version=__version__, packages=['iro','iro.controller','iro.view','iro.model'], setup_requires = ['nose>=0.11',"ngmodules>=0.2"], - install_requires=['twisted>=11.1.0',"xmlrpclib","ConfigParser","multiprocessing","sqlalchemy","MySQL-python","SOAPpy",'decorator'], + install_requires=['twisted>=11.1.0',"ConfigParser","sqlalchemy","MySQL-python","SOAPpy",'decorator'], test_suite="nose.collector", description='Non Blocking Interface for sending a bunsh of SMSes, FAXes and Mails', author='Sandro Knauß',