Skip to content

Commit

Permalink
build: cohere pywin32 ver. with requirements.txt
Browse files Browse the repository at this point in the history
Although pywin32 is an extra, its old and unsafe version here may still confuse tools like poetry.

Signed-off-by: Mike Tian-Jian Jiang <tmjiang@gmail.com>
  • Loading branch information
tianjianjiang committed Jun 15, 2022
1 parent a48a5a9 commit c0235f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

extras_require = {
# win32 APIs if on Windows (required for npipe support)
':sys_platform == "win32"': 'pywin32==227',
':sys_platform == "win32"': 'pywin32==301',

# If using docker-py over TLS, highly recommend this option is
# pip-installed or pinned.
Expand Down

0 comments on commit c0235f5

Please sign in to comment.