Skip to content

Commit 48d3418

Browse files
committed
Install pyOpenSSL, pyasn1 and ndg-httpsclient (fixes: #523, #524)
Depending on requests[security] doesn't seem to work. Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at> (cherry picked from commit bdc1281)
1 parent d2b2a65 commit 48d3418

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,9 @@ def initialize_options(self):
229229
'python_full_version == "2.7.4" or ' \
230230
'python_full_version == "2.7.5" or ' \
231231
'python_full_version == "2.7.6"': [
232-
'requests[security]'
232+
'pyOpenSSL',
233+
'pyasn1',
234+
'ndg-httpsclient'
233235
]
234236
}
235237

0 commit comments

Comments
 (0)