summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/pip/components/core.req3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/pip/components/core.req b/etc/pip/components/core.req
index b82f6f6c748..5ade071a8ec 100644
--- a/etc/pip/components/core.req
+++ b/etc/pip/components/core.req
@@ -1,5 +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
+PyYAML >= 3.0.0, < 6.0
requests >= 2.0.0
+wrapt == 1.12.1