summaryrefslogtreecommitdiff
path: root/etc/pip/components/jiraclient.req
blob: 1e18fadee5cb5562a9be1bf6de9442384d37dfd4 (plain)
1
2
3
4
5
6
# TIG jira integration
jira <= 3.1.1
requests-oauth <= 0.4.1
PyJWT <= 2.3.0 # 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