diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-04-26 13:12:04 -0400 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-04-26 13:12:04 -0400 |
| commit | 18e7d6070275fbc48aef3d84a7f69811541e1fe5 (patch) | |
| tree | 0b8b649f5c504c945d787650ea947ad282ac39e4 /setup.py | |
| parent | ff68546c69b68c4f83eb843f3ecb5789358d2f32 (diff) | |
| parent | 187617498a0dea17e51950f1ad5e96bb4826367d (diff) | |
Merge pull request #298 from dalf/ssl
[fix] SSL : SNI support
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ setup( 'pygments', 'setuptools', 'python-dateutil', + 'pyopenssl', + 'ndg-httpsclient', + 'pyasn1', + 'pyasn1-modules', + 'certifi' ], extras_require={ 'test': [ |