diff --git a/setup.py b/setup.py index ddae7a44..d31f551d 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ maintainer_email="use-github@doit.com", url="http://github.com/xhtml2pdf/xhtml2pdf", keywords="PDF, HTML, XHTML, XML, CSS", - install_requires=["html5lib", "httplib2", "pyPdf2", "Pillow", "reportlab>=3.0", "six"], + install_requires=["html5lib==1.0b8", "httplib2", "pyPdf2", "Pillow", "reportlab>=3.0", "six"], setup_requires=["nose>=1.0"], include_package_data=True, packages=find_packages(exclude=["tests", "tests.*"]),