first submodule: house_booking
[odoo/odoo.git] / setup.py
index 353239a..ca918b9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ def py2exe_options():
         return {
             "console" : [ { "script": "openerp-server", "icon_resources": [(1, join("install","openerp-icon.ico"))], },
                           { "script": "openerp-gevent" },
-                          { "script": "oe" },
+                          { "script": "odoo.py" },
             ],
             'options' : {
                 "py2exe": {
@@ -85,6 +85,7 @@ def py2exe_options():
                         "commands",
                         "dateutil",
                         "decimal",
+                        "decorator",
                         "docutils",
                         "email",
                         "encodings",
@@ -95,6 +96,7 @@ def py2exe_options():
                         "markupsafe",   # dependence of jinja2 and mako
                         "mock",
                         "openerp",
+                        "passlib",
                         "poplib",
                         "psutil",
                         "pychart",
@@ -146,7 +148,7 @@ setuptools.setup(
       author_email     = author_email,
       classifiers      = filter(None, classifiers.split("\n")),
       license          = license,
-      scripts          = ['openerp-server', 'openerp-gevent', 'oe'],
+      scripts          = ['openerp-server', 'openerp-gevent', 'odoo.py'],
       data_files       = data(),
       packages         = setuptools.find_packages(),
       dependency_links = ['http://download.gna.org/pychart/'],
@@ -154,6 +156,7 @@ setuptools.setup(
       install_requires = [
           'pychart', # not on pypi, use: pip install http://download.gna.org/pychart/PyChart-1.39.tar.gz
           'babel >= 1.0',
+          'decorator',
           'docutils',
           'feedparser',
           'gdata',
@@ -163,6 +166,7 @@ setuptools.setup(
           'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
           'mako',
           'mock',
+          'passlib',
           'pillow', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
           'psutil', # windows binary code.google.com/p/psutil/downloads/list
           'psycopg2 >= 2.2',
@@ -174,7 +178,6 @@ setuptools.setup(
           'python-openid',
           'pytz',
           'pyusb >= 1.0.0b1',
-          'pywebdav < 0.9.8',
           'pyyaml',
           'qrcode',
           'reportlab', # windows binary pypi.python.org/pypi/reportlab