Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Pinning to idna 2.5 to fix dependency problem with requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kelley committed Aug 10, 2017
1 parent eb328ad commit 67cce40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -64,7 +64,9 @@
'jira==0.32',
'cloudaux>=1.3.3',
'joblib>=0.9.4',
'pyjwt>=1.01'
'pyjwt>=1.01',
'idna==2.5' # Pinning to idna to avoid a dependency problem with requests.
# First identified as a problem by Qmando - https://github.com/requests/requests/pull/4223
],
extras_require = {
'onelogin': ['python-saml>=2.2.0'],
Expand Down

0 comments on commit 67cce40

Please sign in to comment.