From: Frédéric van der Essen Date: Mon, 13 Jan 2014 11:17:05 +0000 (+0100) Subject: [FIX] adding new python dependencies brought by the hw_escpos module to the install... X-Git-Tag: InsPy_master01~715 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=6df89aa77a13976c2cbccfb90f5028a33c24e6c4;p=odoo%2Fodoo.git [FIX] adding new python dependencies brought by the hw_escpos module to the install script bzr revid: fva@openerp.com-20140113111705-649g7wknkb10u6re --- diff --git a/setup.py b/setup.py index 4f4ffe6..bdd36d9 100644 --- a/setup.py +++ b/setup.py @@ -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',