From 6df89aa77a13976c2cbccfb90f5028a33c24e6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20van=20der=20Essen?= Date: Mon, 13 Jan 2014 12:17:05 +0100 Subject: [PATCH] [FIX] adding new python dependencies brought by the hw_escpos module to the install script bzr revid: fva@openerp.com-20140113111705-649g7wknkb10u6re --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 4f4ffe6e505..bdd36d9e5e3 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',