[FIX] unpin LXML as 3.0 official has been released

bzr revid: xmo@openerp.com-20121212161510-nange6xbbgworgnc
This commit is contained in:
Xavier Morel 2012-12-12 17:15:10 +01:00
parent 9e9282a141
commit f7e0a7ffaa
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ setuptools.setup(
'docutils', 'docutils',
'feedparser', 'feedparser',
'gdata', 'gdata',
'lxml < 3', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/ 'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'mako', 'mako',
'mock', 'mock',
'PIL', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/ 'PIL', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/