[REM] slugify dependency by request of fp

bzr revid: xmo@openerp.com-20131011074858-13sjso9le07ppiyj
This commit is contained in:
Xavier Morel 2013-10-11 09:48:58 +02:00
parent e455e70b62
commit dd066f3c29
1 changed files with 1 additions and 2 deletions

View File

@ -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", "slugify", "unidecode"],
"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"],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}
}
@ -133,7 +133,6 @@ setuptools.setup(
'python-dateutil < 2',
'python-ldap', # optional
'python-openid',
'python-slugify', # website dependency
'pytz',
'pywebdav',
'pyyaml',