add dependencie for requests

This commit is contained in:
Romain Bignon 2014-03-10 14:28:53 +01:00
commit 158e8c5fdc

View file

@ -115,6 +115,7 @@ def install_weboob():
'lxml', 'lxml',
'feedparser', 'feedparser',
'mechanize', 'mechanize',
'requests',
'gdata', 'gdata',
'python-dateutil', 'python-dateutil',
'PyYAML', 'PyYAML',