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.
  • Loading branch information
tianjianjiang authored Jun 15, 2022
1 parent a48a5a9 commit ad6952b
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 ad6952b

Please sign in to comment.