Add PyOpenSSL to Google cloud gcp_api.

This commit is contained in:
Chris Riccomini 2016-04-12 12:22:49 -07:00
Родитель c985490fd0
Коммит afb826aec2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -60,6 +60,7 @@ gcp_api = [
'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']