File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ paramiko==2.4.2
1111pycparser == 2.17
1212pyOpenSSL == 18.0.0
1313pyparsing == 2.2.0
14- pypiwin32 == 219 ; sys_platform == 'win32' and python_version < '3.6'
15- pypiwin32 == 223 ; sys_platform == 'win32' and python_version >= '3.6'
14+ pywin32 == 227 ; sys_platform == 'win32'
1615requests == 2.20.0
1716six == 1.10.0
1817urllib3 == 1.24.3
Original file line number Diff line number Diff line change 2424 ':python_version < "3.3"' : 'ipaddress >= 1.0.16' ,
2525
2626 # win32 APIs if on Windows (required for npipe support)
27- # Python 3.6 is only compatible with v220 ; Python < 3.5 is not supported
28- # on v220 ; ALL versions are broken for v222 (as of 2018-01-26)
29- ':sys_platform == "win32" and python_version < "3.6"' : 'pypiwin32==219' ,
30- ':sys_platform == "win32" and python_version >= "3.6"' : 'pypiwin32==223' ,
27+ ':sys_platform == "win32"' : 'pywin32==227' ,
3128
3229 # If using docker-py over TLS, highly recommend this option is
3330 # pip-installed or pinned.
You can’t perform that action at this time.
0 commit comments