[FIX] adding new python dependencies brought by the hw_escpos module to the install script

bzr revid: fva@openerp.com-20140113111705-649g7wknkb10u6re
This commit is contained in:
Frédéric van der Essen 2014-01-13 12:17:05 +01:00
parent 8a43a64250
commit 6df89aa77a
1 changed files with 3 additions and 0 deletions

View File

@ -130,12 +130,15 @@ setuptools.setup(
'psycopg2 >= 2.2',
'pydot',
'pyparsing < 2',
'pyserial',
'python-dateutil < 2',
'python-ldap', # optional
'python-openid',
'pytz',
'pyusb >= 1.0.0b1',
'pywebdav',
'pyyaml',
'qrcode',
'reportlab', # windows binary pypi.python.org/pypi/reportlab
'simplejson',
'unittest2',