[FIX] adding new python dependencies brought by the hw_escpos module to the install...
authorFrédéric van der Essen <fva@openerp.com>
Mon, 13 Jan 2014 11:17:05 +0000 (12:17 +0100)
committerFrédéric van der Essen <fva@openerp.com>
Mon, 13 Jan 2014 11:17:05 +0000 (12:17 +0100)
bzr revid: fva@openerp.com-20140113111705-649g7wknkb10u6re

setup.py

index 4f4ffe6..bdd36d9 100644 (file)
--- 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',