Skip to content

Commit

Permalink
pin html5lib due to regression
Browse files Browse the repository at this point in the history
  • Loading branch information
posativ committed May 17, 2015
1 parent 88e77bf commit 5d21e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import setup, find_packages

requires = ['itsdangerous', 'misaka', 'html5lib']
requires = ['itsdangerous', 'misaka', 'html5lib<0.9999']

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

0 comments on commit 5d21e1b

Please # to comment.