[FIX] adding new python dependencies brought by the hw_escpos module to the install...
[odoo/odoo.git] / 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',