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.
2 parents 531fdc7 + aa2bd80 commit dc8cf2bCopy full SHA for dc8cf2b
setup.py
@@ -20,6 +20,9 @@
20
21
extras_require = {
22
':python_version < "3.5"': 'backports.ssl_match_hostname >= 3.5',
23
+ # While not imported explicitly, the ipaddress module is required for
24
+ # ssl_match_hostname to verify hosts match with certificates via
25
+ # ServerAltname: https://pypi.python.org/pypi/backports.ssl_match_hostname
26
':python_version < "3.3"': 'ipaddress >= 1.0.16',
27
}
28
0 commit comments