~sebastien.beau/openobject-server/openobject-server-debug-mode

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Vo Minh Thu
  • Date: 2012-08-16 10:45:40 UTC
  • Revision ID: vmt@openerp.com-20120816104540-9374llhzde54h2vz
[IMP] html_sanitize: remove dependency on pyquery.
  
Relying on pyquery is unnecessary (using etree alone is enough). This patch
reimplements the html_sanitize() function without pyquery. The new
implementation still goes through the provided test suite with success.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
          'mako',
103
103
          'psycopg2',
104
104
          'pydot',
105
 
          'pyquery',
106
105
          'python-dateutil < 2',
107
106
          'python-ldap',
108
107
          'python-openid',