Skip to content

Commit b5b588c

Browse files
author
Julien Castets
committed
Install packages to have TLS SNI support
1 parent 1dc0f49 commit b5b588c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ChangeLog
44
0.4.2 (unreleased)
55
------------------
66

7-
* No entry.
7+
* Install packages to have TLS SNI support.
88

99
0.4.1 (2015-04-02)
1010
------------------

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ def get_long_description():
4949

5050
install_requires=[
5151
'slumber >= 0.6.0',
52+
53+
'pyOpenSSL',
54+
'ndg-httpsclient',
55+
'pyasn1',
5256
],
5357

5458
packages=find_packages(),

0 commit comments

Comments
 (0)