setup.py
branchdevel
changeset 124 6efcdf7e2d62
parent 115 323d06431100
child 138 57c4450c8ba6
--- 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ß',