summaryrefslogtreecommitdiff
path: root/etc/pip/components/jiraclient.req
blob: 6a402e42ed68ade4af7e8e8f5aabe64c0c117f40 (plain)
1
2
3
4
5
6
# TIG jira integration
jira
requests-oauth
PyJWT # https://github.com/pycontribs/jira/issues/247
cryptography == 2.3 # Needed for oauthlib to use RSAAlgorithm # Version locked - see SERVER-36618
# We are omitting pycrypto based on https://github.com/pycontribs/jira/pull/629