[ADD] python requests library dependency

bzr revid: fme@openerp.com-20140327125714-gu682vzggb7rva80
This commit is contained in:
Fabien Meghazi 2014-03-27 13:57:14 +01:00
parent ab903b9f68
commit 833b5e3ab7
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -35,6 +35,7 @@ Depends:
python-pydot,
python-pyparsing,
python-reportlab,
python-requests,
python-simplejson,
python-tz,
python-unittest2,

View File

@ -140,6 +140,7 @@ setuptools.setup(
'pyyaml',
'qrcode',
'reportlab', # windows binary pypi.python.org/pypi/reportlab
'requests',
'simplejson',
'unittest2',
'vatnumber',