Skip to content

Commit 9451704

Browse files
committed
Revert "require html5lib 0.95 or higher, isso-comments#168"
This reverts commit e97d2ab.
1 parent e521915 commit 9451704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from setuptools import setup, find_packages
77

8-
requires = ['itsdangerous', 'misaka', 'html5lib>=0.95']
8+
requires = ['itsdangerous', 'misaka', 'html5lib']
99

1010
if (3, 0) <= sys.version_info < (3, 3):
1111
raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")

0 commit comments

Comments
 (0)