summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2019-11-12 18:22:44 +0000
committerevergreen <evergreen@mongodb.com>2019-11-12 18:22:44 +0000
commit73c51cb11fe485af9c39a727eb2bd2b4cdb1f242 (patch)
tree5bcff2808650a7ec9725e9fa786d47d0081a5fe8 /etc
parent51cb15e996714418004016473ae3ce08c46455e7 (diff)
downloadmongo-73c51cb11fe485af9c39a727eb2bd2b4cdb1f242.tar.gz
SERVER-44579 pin pywin32 in pip/components/platform.req
Diffstat (limited to 'etc')
-rw-r--r--etc/pip/components/platform.req3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/pip/components/platform.req b/etc/pip/components/platform.req
index eed1eb67db9..c5b73def69b 100644
--- a/etc/pip/components/platform.req
+++ b/etc/pip/components/platform.req
@@ -1,2 +1,3 @@
# Platform-specific components
-pypiwin32==223; sys_platform == "win32" and python_version > "3" \ No newline at end of file
+pypiwin32==223; sys_platform == "win32" and python_version > "3"
+pywin32==225; sys_platform == "win32" and python_version > "3"