Skip to content

Commit 795873a

Browse files
committed
Merge pull request #195 from gsnedders/html5lib-limit
Limit html5lib version before sanitizer API changes get released
2 parents 95687ef + d0b3af8 commit 795873a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ordereddict
22
six
3-
html5lib>=0.999
3+
html5lib>=0.999,<0.99999999
44

55
# Requirements to run the test suite:
66
nose

0 commit comments

Comments
 (0)