diff options
author | Robert Guo <robertguo@me.com> | 2020-05-14 15:40:10 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-23 15:55:57 +0000 |
commit | dfea53965c661d82c0a412add41cc1d246cf2e4e (patch) | |
tree | 5a060f7403bdc485f6688aa71b81d7541bf7fb2c /etc/pip | |
parent | 4e0aa088a20784bf3391745c043e184036a305f8 (diff) | |
download | mongo-dfea53965c661d82c0a412add41cc1d246cf2e4e.tar.gz |
SERVER-48158: Add Resmoke testing for Jasper's logging endpoint
Diffstat (limited to 'etc/pip')
-rw-r--r-- | etc/pip/components/resmoke.req | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req index 740dbcb19c0..69cc8f9e39f 100644 --- a/etc/pip/components/resmoke.req +++ b/etc/pip/components/resmoke.req @@ -6,3 +6,6 @@ shrub.py == 1.1.0 ocspresponder == 0.5.0 flask == 1.1.1 ocspbuilder == 0.10.2 +grpcio == 1.28.1; platform_machine != "x86_64" +grpcio-tools == 1.28.1; platform_machine != "x86_64" +googleapis-common-protos == 1.51.0; platform_machine != "x86_64" |