setup.py
branchdevel
changeset 115 323d06431100
parent 104 1d93f1ddfd16
child 124 6efcdf7e2d62
--- a/setup.py	Fri Jan 27 15:01:59 2012 +0100
+++ b/setup.py	Fri Jan 27 17:49:57 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"],
+        install_requires=['twisted>=11.1.0',"xmlrpclib","ConfigParser","multiprocessing","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ß',