summaryrefslogtreecommitdiff
path: root/etc/pip
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2020-05-06 14:21:46 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-06 19:10:55 +0000
commita8883d1cce072af52f7ee6a162c6569c3c55a7d1 (patch)
treee4145fd5d39a99641d8918cbfaafd3e9bd10325e /etc/pip
parent607f486bbb0211f1769b8bd2200b3cdaaaafe775 (diff)
downloadmongo-a8883d1cce072af52f7ee6a162c6569c3c55a7d1.tar.gz
SERVER-47989: Ensure lint dependencies are specified
Diffstat (limited to 'etc/pip')
-rw-r--r--etc/pip/components/lint.req2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pip/components/lint.req b/etc/pip/components/lint.req
index ed95dcd3363..34f84c9cfcd 100644
--- a/etc/pip/components/lint.req
+++ b/etc/pip/components/lint.req
@@ -4,3 +4,5 @@ pylint == 2.3.1
yapf == 0.26.0
pydocstyle == 2.1.1
yamllint == 1.15.0
+GitPython ~= 2.1.11
+structlog ~= 19.1.0