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
11
11
pycparser == 2.17
12
12
pyOpenSSL == 18.0.0
13
13
pyparsing == 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'
16
15
requests == 2.20.0
17
16
six == 1.10.0
18
17
urllib3 == 1.24.3
Original file line number Diff line number Diff line change 24
24
':python_version < "3.3"' : 'ipaddress >= 1.0.16' ,
25
25
26
26
# 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' ,
31
28
32
29
# If using docker-py over TLS, highly recommend this option is
33
30
# pip-installed or pinned.
You can’t perform that action at this time.
0 commit comments