Revert "require html5lib 0.95 or higher, #168"

This reverts commit e97d2aba04.
This commit is contained in:
Martin Zimmermann 2015-02-25 10:30:58 +01:00
parent e5219157a7
commit 9451704d3d

View File

@ -5,7 +5,7 @@ import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages
requires = ['itsdangerous', 'misaka', 'html5lib>=0.95'] requires = ['itsdangerous', 'misaka', 'html5lib']
if (3, 0) <= sys.version_info < (3, 3): if (3, 0) <= sys.version_info < (3, 3):
raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported") raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")