Add html5lib to setup.py to fix six error (see #1924)

This commit is contained in:
ines 2018-02-02 20:32:08 +01:00
parent ebe84e45e5
commit 002ee80ddf

View File

@ -192,6 +192,7 @@ def setup_package():
'thinc>=6.10.1,<6.11.0',
'plac<1.0.0,>=0.9.6',
'six',
'html5lib==1.0b8',
'pathlib',
'ujson>=1.35',
'dill>=0.2,<0.3',