Skip to content
Snippets Groups Projects
Commit 833b5e3a authored by Fabien Meghazi's avatar Fabien Meghazi
Browse files

[ADD] python requests library dependency

bzr revid: fme@openerp.com-20140327125714-gu682vzggb7rva80
parent ab903b9f
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ Depends: ...@@ -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,
......
...@@ -140,6 +140,7 @@ setuptools.setup( ...@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment