summaryrefslogtreecommitdiff
path: root/etc/pip/components
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2021-02-04 19:49:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-05 02:33:38 +0000
commit925e90f48f1267ee3f4ec0eaacb341737d1baeb9 (patch)
tree6763be9bd38f6cf82dae89daf19f31433501a283 /etc/pip/components
parent83da96e969cd2b06677e441b2cb6e9cde229f026 (diff)
downloadmongo-925e90f48f1267ee3f4ec0eaacb341737d1baeb9.tar.gz
SERVER-35121 added verification of python requirements.txt.
Diffstat (limited to 'etc/pip/components')
-rw-r--r--etc/pip/components/compile.req2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pip/components/compile.req b/etc/pip/components/compile.req
index 34a8ff66e0f..7c1e8f4f45d 100644
--- a/etc/pip/components/compile.req
+++ b/etc/pip/components/compile.req
@@ -2,3 +2,5 @@
Cheetah3 # src/mongo/base/generate_error_codes.py
psutil
regex
+requirements_parser
+setuptools \ No newline at end of file