summaryrefslogtreecommitdiff
path: root/etc/pip
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@10gen.com>2018-10-01 10:53:27 -0400
committerBen Caimano <ben.caimano@10gen.com>2018-10-01 18:56:37 -0400
commitc6dfaa3d5f50674078095c14b8135792d207e7cb (patch)
treec30e5e5786bd0c58ebf631b47071e5ecc64b1f5b /etc/pip
parent60c9cbf7b6ab033930003c0ef434d64136bddd02 (diff)
downloadmongo-c6dfaa3d5f50674078095c14b8135792d207e7cb.tar.gz
SERVER-37401 Add missing jira pypa depedencies
Diffstat (limited to 'etc/pip')
-rw-r--r--etc/pip/components/jiraclient.req4
-rw-r--r--etc/pip/constraints.txt5
2 files changed, 7 insertions, 2 deletions
diff --git a/etc/pip/components/jiraclient.req b/etc/pip/components/jiraclient.req
index 54588334ace..e37fc5842fd 100644
--- a/etc/pip/components/jiraclient.req
+++ b/etc/pip/components/jiraclient.req
@@ -1,2 +1,6 @@
# TIG jira integration
jira
+requests-oauth
+PyJWT # https://github.com/pycontribs/jira/issues/247
+cryptography # Needed for oauthlib to use RSAAlgorithm
+# We are omitting pycrypto based on https://github.com/pycontribs/jira/pull/629
diff --git a/etc/pip/constraints.txt b/etc/pip/constraints.txt
index e7787ca71a4..1e6afc5170f 100644
--- a/etc/pip/constraints.txt
+++ b/etc/pip/constraints.txt
@@ -6,8 +6,8 @@
# Common requirements
asn1crypto==0.24.0
-boto3==1.9.13
-botocore==1.12.13
+boto3==1.9.14
+botocore==1.12.14
certifi==2018.8.24
cffi==1.11.5
chardet==3.0.4
@@ -33,6 +33,7 @@ python-dateutil==2.7.3
PyYAML==3.13
regex==2018.8.29
requests==2.19.1
+requests-oauth==0.4.1
requests-oauthlib==1.0.0
requests-toolbelt==0.8.0
s3transfer==0.1.13