Restrict html5lib version to be <= 1.0.b8

This commit is contained in:
Yuri Bochkarev 2016-07-17 16:36:43 +03:00
parent 31d333e63d
commit 8301271be3

View file

@ -1,5 +1,5 @@
beautifulsoup4>=4.1.3
html5lib>=1.0b2
html5lib>=1.0b2,<=1.0b8
requests>=2.10.0
six>=1.5.0
urllib3>=1.10