[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-pydot,
python-pyparsing, python-pyparsing,
python-reportlab, python-reportlab,
python-requests,
python-simplejson, python-simplejson,
python-tz, python-tz,
python-unittest2, python-unittest2,

View File

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