Skip to content

Commit c65d437

Browse files
ofekUlysses Souza
authored andcommitted
Upgrade Windows dependency
Signed-off-by: Ofek Lev <[email protected]>
1 parent 74a0734 commit c65d437

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ paramiko==2.4.2
1111
pycparser==2.17
1212
pyOpenSSL==18.0.0
1313
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'
1615
requests==2.20.0
1716
six==1.10.0
1817
urllib3==1.24.3

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
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.

0 commit comments

Comments
 (0)