[ADD] python requests library dependency
authorFabien Meghazi <fme@openerp.com>
Thu, 27 Mar 2014 12:57:14 +0000 (13:57 +0100)
committerFabien Meghazi <fme@openerp.com>
Thu, 27 Mar 2014 12:57:14 +0000 (13:57 +0100)
bzr revid: fme@openerp.com-20140327125714-gu682vzggb7rva80

debian/control
setup.py

index 91ff36e..7f7786e 100644 (file)
@@ -35,6 +35,7 @@ Depends:
  python-pydot,
  python-pyparsing,
  python-reportlab,
+ python-requests,
  python-simplejson,
  python-tz,
  python-unittest2,
index a44e26f..545b02e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -140,6 +140,7 @@ setuptools.setup(
           'pyyaml',
           'qrcode',
           'reportlab', # windows binary pypi.python.org/pypi/reportlab
+          'requests',
           'simplejson',
           'unittest2',
           'vatnumber',