Skip to content

Commit

Permalink
Update html5 version in setup.py also
Browse files Browse the repository at this point in the history
Reflects requirements.txt change in 8eaf2f2

Ref #321 Fix #318
  • Loading branch information
JocelynDelalande committed Aug 12, 2016
1 parent 386f268 commit dcffbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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.*"]),
Expand Down

0 comments on commit dcffbf8

Please sign in to comment.