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',
'feedparser',
'mechanize',
'requests',
'gdata',
'python-dateutil',
'PyYAML',