summaryrefslogtreecommitdiff
path: root/etc/pip
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-01-17 11:12:12 -0500
committerMathew Robinson <chasinglogic@gmail.com>2019-01-22 13:08:13 -0500
commitff03811e31851984617d73739de8acc7640b19a2 (patch)
treebe6a4fd83dda62fbb00aced1f8d54be50bc209f7 /etc/pip
parent36ed73e9c8d7ff6c33cc6b980595422ff7075616 (diff)
downloadmongo-ff03811e31851984617d73739de8acc7640b19a2.tar.gz
SERVER-39078 Use psutil for Windows support of automatic jobs
Diffstat (limited to 'etc/pip')
-rw-r--r--etc/pip/components/compile.req1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pip/components/compile.req b/etc/pip/components/compile.req
index 4f218e53ddf..9f15201c3f5 100644
--- a/etc/pip/components/compile.req
+++ b/etc/pip/components/compile.req
@@ -1,4 +1,5 @@
# Mongo compile
Cheetah3; python_version < "3" # src/mongo/base/generate_error_codes.py
+psutil
regex
typing; python_version < "3"