From 9451704d3d0634756b4cc9b650ee3782f8f43952 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Wed, 25 Feb 2015 10:30:58 +0100 Subject: [PATCH] Revert "require html5lib 0.95 or higher, #168" This reverts commit e97d2aba04773aff9b35150b45cbba02d8d2d7a7. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05f58f9..831fed5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import sys from setuptools import setup, find_packages -requires = ['itsdangerous', 'misaka', 'html5lib>=0.95'] +requires = ['itsdangerous', 'misaka', 'html5lib'] if (3, 0) <= sys.version_info < (3, 3): raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")