Lock html5lib version to work around https://github.com/chfoo/wpull/issues/332
This commit is contained in:
parent
f4230097eb
commit
63fdb9d5c6
@ -1 +1 @@
|
|||||||
__version__ = '1.0.8'
|
__version__ = '1.0.9'
|
||||||
|
3
setup.py
3
setup.py
@ -15,7 +15,8 @@ install_requires = [
|
|||||||
"manhole>=1.0.0",
|
"manhole>=1.0.0",
|
||||||
"lmdb>=0.89",
|
"lmdb>=0.89",
|
||||||
"autobahn>=0.12.1",
|
"autobahn>=0.12.1",
|
||||||
"trollius>=2.1"
|
"trollius>=2.1",
|
||||||
|
"html5lib==0.9999999"
|
||||||
]
|
]
|
||||||
|
|
||||||
if 'GRAB_SITE_NO_CCHARDET' not in os.environ:
|
if 'GRAB_SITE_NO_CCHARDET' not in os.environ:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user