From 320b76e905fc2d818e3f0bad0d0f6b1fe5166061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Thu, 24 Oct 2019 18:30:27 +0200 Subject: [PATCH] install requests security for system python [skip ci] --- dev/tasks/python-wheels/travis.osx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/python-wheels/travis.osx.yml b/dev/tasks/python-wheels/travis.osx.yml index 40a15bfb2dcea..cdf39bc58b5de 100644 --- a/dev/tasks/python-wheels/travis.osx.yml +++ b/dev/tasks/python-wheels/travis.osx.yml @@ -80,7 +80,7 @@ install: - deactivate # crossbow dependencies for deployment - unset MACOSX_DEPLOYMENT_TARGET - - pip3 install click ruamel.yaml setuptools_scm github3.py toolz + - pip3 install click ruamel.yaml setuptools_scm github3.py toolz requests[security] - python3 arrow/dev/tasks/crossbow.py --queue-path $(pwd) --queue-remote {{ queue.remote_url }} upload-artifacts --sha {{ task.branch }} --tag {{ task.tag }} --pattern "arrow/python/dist/*.whl" notifications: