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 9da5493 commit cba2e97Copy full SHA for cba2e97
requirements.txt
@@ -1,4 +1,5 @@
1
requests==2.5.3
2
six>=1.4.0
3
websocket-client==0.32.0
4
-backports.ssl_match_hostname>=3.5 ; python_version < '3.5'
+backports.ssl_match_hostname>=3.5 ; python_version < '3.5'
5
+ipaddress ; python_version < '3.5'
setup.py
@@ -14,6 +14,7 @@
14
15
extras_require = {
16
':python_version < "3.5"': 'backports.ssl_match_hostname >= 3.5',
17
+ ':python_version < "3.5"': 'ipaddress',
18
}
19
20
exec(open('docker/version.py').read())
0 commit comments