pin html5lib to 0.9999999

Seriously, what is wrong with them…
This commit is contained in:
Martin Zimmermann 2016-02-06 15:34:45 +01:00
parent 829ef4f502
commit 1401132c73

View File

@ -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")