summaryrefslogtreecommitdiff
path: root/etc/pip/components
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2018-12-20 16:03:10 -0500
committerDavid Bradford <david.bradford@mongodb.com>2018-12-20 16:03:10 -0500
commit5124ffa18d5c14b1434f0f281e3a961cffea7dfc (patch)
treeaffb8092eb0cd49579d44b95b1ffdf2643530934 /etc/pip/components
parenta38bfed6f6347d7a1d8b4a96ad03a1581584a801 (diff)
downloadmongo-5124ffa18d5c14b1434f0f281e3a961cffea7dfc.tar.gz
SERVER-38710: Support dependencies when generating tasks
Diffstat (limited to 'etc/pip/components')
-rw-r--r--etc/pip/components/resmoke.req2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req
index 8417ea6b721..f9bd3ae9adc 100644
--- a/etc/pip/components/resmoke.req
+++ b/etc/pip/components/resmoke.req
@@ -1,4 +1,4 @@
mock; python_version < "3"
PyKMIP == 0.4.0; python_version < "3" # It's now 0.8.0. We're far enough back to have API conflicts.
jinja2
-shrub.py \ No newline at end of file
+shrub.py == 0.2.0 \ No newline at end of file