summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2016-12-27 13:26:16 -0500
committerRobert Guo <robert.guo@10gen.com>2019-06-04 15:23:43 -0400
commit0aedd1a462675c03a840180a5dd781af1f71d4c4 (patch)
treecbd0376bb0d032395cd140df149afdd1231165fd
parentba2e818de44c9a331ce09a624780a2bd841cf6e4 (diff)
downloadmongo-0aedd1a462675c03a840180a5dd781af1f71d4c4.tar.gz
SERVER-20983 Add requirements.txt for resmoke.py.
(cherry picked from commit 396b5eced4ede648ed7bf1296b7c21435ccdb5f0)
-rw-r--r--buildscripts/resmokelib/requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/requirements.txt b/buildscripts/resmokelib/requirements.txt
new file mode 100644
index 00000000000..1b152893c99
--- /dev/null
+++ b/buildscripts/resmokelib/requirements.txt
@@ -0,0 +1,4 @@
+pymongo >= 3.0
+pypiwin32 == 219 ; sys_platform == "win32"
+PyYAML == 3.11
+subprocess32 >= 3.2.7 ; os_name == "posix" and python_version < "3"