summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/pip/components/aws.req1
-rw-r--r--etc/pip/components/compile.req1
-rw-r--r--etc/pip/components/core.req8
-rw-r--r--etc/pip/components/evergreen.req1
4 files changed, 4 insertions, 7 deletions
diff --git a/etc/pip/components/aws.req b/etc/pip/components/aws.req
index 3245054d700..22ca9575f5b 100644
--- a/etc/pip/components/aws.req
+++ b/etc/pip/components/aws.req
@@ -1,3 +1,2 @@
boto3
botocore
-psutil
diff --git a/etc/pip/components/compile.req b/etc/pip/components/compile.req
index 34a8ff66e0f..6f35857ca28 100644
--- a/etc/pip/components/compile.req
+++ b/etc/pip/components/compile.req
@@ -1,4 +1,3 @@
# Mongo compile
Cheetah3 # src/mongo/base/generate_error_codes.py
-psutil
regex
diff --git a/etc/pip/components/core.req b/etc/pip/components/core.req
index 5ade071a8ec..989ff19b512 100644
--- a/etc/pip/components/core.req
+++ b/etc/pip/components/core.req
@@ -1,6 +1,6 @@
# Core (we need these for most buildscripts)
-psutil
-pymongo >= 3.0, != 3.6.0 # See PYTHON-1434, SERVER-34820
-PyYAML >= 3.0.0, < 6.0
-requests >= 2.0.0
+psutil <= 5.8.0
+pymongo >= 3.0, < 4.0
+PyYAML >= 3.0.0, < 6.0.0
+requests >= 2.0.0, <= 2.26.0
wrapt == 1.12.1
diff --git a/etc/pip/components/evergreen.req b/etc/pip/components/evergreen.req
index 210be9a6499..ddfefcb66eb 100644
--- a/etc/pip/components/evergreen.req
+++ b/etc/pip/components/evergreen.req
@@ -1,6 +1,5 @@
click ~= 7.0
dataclasses; python_version < "3.7"
GitPython ~= 3.1.7
-psutil
pydantic ~= 1.7.3
structlog ~= 19.2.0