[ADD] slugify dependency
authorXavier Morel <xmo@openerp.com>
Thu, 10 Oct 2013 07:27:53 +0000 (09:27 +0200)
committerXavier Morel <xmo@openerp.com>
Thu, 10 Oct 2013 07:27:53 +0000 (09:27 +0200)
bzr revid: xmo@openerp.com-20131010072753-vrxjpr2kv3jh35he

setup.py

index 4f4ffe6..c71a40e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ def py2exe_options():
                     "skip_archive": 1,
                     "optimize": 0, # keep the assert running, because the integrated tests rely on them.
                     "dist_dir": 'dist',
-                    "packages": [ "DAV", "HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "docutils", "email", "encodings", "imaplib", "jinja2", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "pytz", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber", "vobject", "xml", "xml.dom", "yaml", ],
+                    "packages": [ "DAV", "HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "docutils", "email", "encodings", "imaplib", "jinja2", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "pytz", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber", "vobject", "xml", "xml.dom", "yaml", "slugify", "unidecode"],
                     "excludes" : ["Tkconstants","Tkinter","tcl"],
                 }
             }
@@ -133,6 +133,7 @@ setuptools.setup(
           'python-dateutil < 2',
           'python-ldap', # optional
           'python-openid',
+          'python-slugify', # website dependency
           'pytz',
           'pywebdav',
           'pyyaml',