We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc0f49 commit b5b588cCopy full SHA for b5b588c
CHANGES.rst
@@ -4,7 +4,7 @@ ChangeLog
4
0.4.2 (unreleased)
5
------------------
6
7
-* No entry.
+* Install packages to have TLS SNI support.
8
9
0.4.1 (2015-04-02)
10
setup.py
@@ -49,6 +49,10 @@ def get_long_description():
49
50
install_requires=[
51
'slumber >= 0.6.0',
52
+
53
+ 'pyOpenSSL',
54
+ 'ndg-httpsclient',
55
+ 'pyasn1',
56
],
57
58
packages=find_packages(),
0 commit comments