From 125d4338603eb3c211b3409f7ceba7a06babcee4 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Fri, 20 Jan 2017 19:35:10 +0100 Subject: [PATCH] get the right number of 9s for html5lib so bleach doesn't crap out, see https://github.com/mozilla/bleach/issues/212 and https://github.com/mozilla/bleach/issues/212 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3899f54..e7d4f986 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ django-debug-toolbar==1.6 django-environ==0.4.1 django-wkhtmltopdf==3.1.0 future==0.16.0 -html5lib==0.999999999 +html5lib==0.9999999 oauthlib==2.0.1 olefile==0.44 psycopg2==2.6.2