From afb826aec2739edaac2ae09265113dae0a04a91e Mon Sep 17 00:00:00 2001 From: Chris Riccomini Date: Tue, 12 Apr 2016 12:22:49 -0700 Subject: [PATCH] Add PyOpenSSL to Google cloud gcp_api. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 795bea813cb4a..7b8eddd2a8021 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ def run(self): 'httplib2', 'google-api-python-client<=1.4.2', 'oauth2client>=1.5.2, <2.0.0', + 'PyOpenSSL', ] hdfs = ['snakebite>=2.7.8'] webhdfs = ['hdfs[dataframe,avro,kerberos]>=2.0.4']