From 158e8c5fdcafc3a1050fd3c14e544e5565ca6bdc Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Mon, 10 Mar 2014 14:28:53 +0100 Subject: [PATCH] add dependencie for requests --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7ce7f9ab..c3cd11ac 100755 --- a/setup.py +++ b/setup.py @@ -115,6 +115,7 @@ def install_weboob(): 'lxml', 'feedparser', 'mechanize', + 'requests', 'gdata', 'python-dateutil', 'PyYAML',