summaryrefslogtreecommitdiff
path: root/etc/pip/components/jiraclient.req
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pip/components/jiraclient.req')
-rw-r--r--etc/pip/components/jiraclient.req4
1 files changed, 4 insertions, 0 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