Skip to content

Commit

Permalink
Fix idna requirement
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 committed Sep 19, 2017
1 parent ed9f564 commit e0e80f9
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 e0e80f9

Please sign in to comment.