From 1401132c7364a51d13c01b0a3ee01e06b539437b Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Sat, 6 Feb 2016 15:34:45 +0100 Subject: [PATCH] pin html5lib to 0.9999999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seriously, what is wrong with them… --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14a2f77..1e5a48f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import sys from setuptools import setup, find_packages -requires = ['itsdangerous', 'misaka>=1.0,<2.0', 'html5lib<0.9999'] +requires = ['itsdangerous', 'misaka>=1.0,<2.0', 'html5lib==0.9999999'] if (3, 0) <= sys.version_info < (3, 3): raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")