[FIX] setup.py: added gevent and gevent-psycopg2 dependencies.

lp bug: https://launchpad.net/bugs/1176165 fixed

bzr revid: vmt@openerp.com-20130506074825-ihi03ha9o9cx8x49
This commit is contained in:
Vo Minh Thu 2013-05-06 09:48:25 +02:00
parent adb6437d3f
commit 7278a741e7
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ setuptools.setup(
'docutils',
'feedparser',
'gdata',
'gevent',
'gevent-psycopg2',
'Jinja2',
'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'mako',