Fix idna requirement (#3497)

There is often conflicting versions of idna. This fixes is to 2.5.
This commit is contained in:
timifasubaa 2017-09-19 21:30:18 -07:00 committed by Maxime Beauchemin
parent aebd089ca5
commit d7fc364ff4
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ setup(
'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',