From 833b5e3ab7e6428760485cdac88d35b71ed26d06 Mon Sep 17 00:00:00 2001
From: Fabien Meghazi <fme@openerp.com>
Date: Thu, 27 Mar 2014 13:57:14 +0100
Subject: [PATCH] [ADD] python requests library dependency

bzr revid: fme@openerp.com-20140327125714-gu682vzggb7rva80
---
 debian/control | 1 +
 setup.py       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 91ff36e34c9b..7f7786ee98d8 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,7 @@ Depends:
  python-pydot,
  python-pyparsing,
  python-reportlab,
+ python-requests,
  python-simplejson,
  python-tz,
  python-unittest2,
diff --git a/setup.py b/setup.py
index a44e26fd36ff..545b02e9bbdd 100644
--- 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',
-- 
GitLab