Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 577b34f

Browse files
committed
Revert back to html5lib==0.999. Add commented links explaining why.
1 parent fc22768 commit 577b34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def find_packages(*paths):
6767
'django-polymorphic',
6868
'django-wysiwyg',
6969
'django_extensions',
70-
'html5lib',
70+
'html5lib==0.999', # See: https://github.com/html5lib/html5lib-python/issues/189 and https://github.com/pydanny-archive/django-wysiwyg/issues/61
7171
'nltk',
7272
'Pillow',
7373
'pip-tools',

0 commit comments

Comments
 (0)