Skip to content

Commit

Permalink
Fix idna requirement (#3497)
Browse files Browse the repository at this point in the history
There is often conflicting versions of idna. This fixes is to 2.5.
  • Loading branch information
timifasubaa authored and mistercrunch committed Sep 20, 2017
1 parent aebd089 commit d7fc364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def get_git_sha():
'future>=0.16.0, <0.17',
'humanize==0.5.1',
'gunicorn==19.7.1',
'idna==2.5',
'markdown==2.6.8',
'pandas==0.20.2',
'parsedatetime==2.0.0',
Expand Down

0 comments on commit d7fc364

Please sign in to comment.