File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
- requests [ security ] == 2.11.1
2
- six >= 1.4 .0
3
- websocket-client == 0.32.0
4
- backports.ssl_match_hostname >= 3.5 ; python_version < '3.5'
5
- ipaddress == 1.0.16 ; python_version < '3.3'
1
+ appdirs == 1.4.3
2
+ asn1crypto == 0.22 .0
3
+ backports.ssl-match-hostname == 3.5.0.1
4
+ cffi == 1.10.0
5
+ cryptography == 1.9
6
6
docker-pycreds == 0.2.1
7
+ enum34 == 1.1.6
8
+ idna == 2.5
9
+ ipaddress == 1.0.18
10
+ packaging == 16.8
11
+ pycparser == 2.17
12
+ pyOpenSSL == 17.0.0
13
+ pyparsing == 2.2.0
14
+ requests == 2.14.2
15
+ six == 1.10.0
16
+ websocket-client == 0.40.0
Original file line number Diff line number Diff line change 36
36
# ServerAltname: https://pypi.python.org/pypi/backports.ssl_match_hostname
37
37
':python_version < "3.3"' : 'ipaddress >= 1.0.16' ,
38
38
39
- # If using docker-py over TLS, highly recommend this option is pip-installed
40
- # or pinned.
39
+ # If using docker-py over TLS, highly recommend this option is
40
+ # pip-installed or pinned.
41
41
42
- # TODO: if pip installign both "requests" and "requests[security]", the
42
+ # TODO: if pip installing both "requests" and "requests[security]", the
43
43
# extra package from the "security" option are not installed (see
44
44
# https://github.com/pypa/pip/issues/4391). Once that's fixed, instead of
45
45
# installing the extra dependencies, install the following instead:
You can’t perform that action at this time.
0 commit comments