Skip to content

Commit dc8cf2b

Browse files
authored
Merge pull request docker#1226 from TomasTomecek/remove-ipaddress-dep
document ipaddress dependency
2 parents 531fdc7 + aa2bd80 commit dc8cf2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
extras_require = {
2222
':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
2326
':python_version < "3.3"': 'ipaddress >= 1.0.16',
2427
}
2528

0 commit comments

Comments
 (0)