Skip to content

Commit

Permalink
add extra dependencies to support SNI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyseek committed Apr 2, 2015
1 parent 483546d commit 2ca3db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def run_tests(self):
' or python_version == "3.0"'
' or python_version == "3.1" ': ['argparse>=1.2.1'],
':sys_platform == "win32"': ['colorama>=0.2.4'],
'security': ['pyOpenSSL', 'ndg-httpsclient', 'pyasn1'],
}


Expand Down

0 comments on commit 2ca3db0

Please sign in to comment.