setup.py
branchdevel
changeset 104 1d93f1ddfd16
parent 84 741df1947e6d
child 115 323d06431100
--- a/setup.py	Sun Jan 22 02:36:33 2012 +0100
+++ b/setup.py	Sun Jan 22 02:37:31 2012 +0100
@@ -5,9 +5,9 @@
 
 setup(name='iro',
         version=__version__,
-        packages=['iro'],
-        setup_requires = ['nose>=0.11'],
-        install_requires=['twisted>=11.1.0',"xmlrpclib","ConfigParser","base64","multiprocessing"],
+        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"],
         test_suite="nose.collector",
         description='Non Blocking Interface for sending a bunsh of SMSes, FAXes and Mails',
         author='Sandro Knauß',