From 0801c932be4c58124299aece874c2b9388fb6d0f Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 11 Mar 2017 15:34:09 +0000 Subject: [PATCH] Require bleach<2.0.0. Bleach 2 requires html5lib 1.x, which requires a rewrite of ietf.utils.html. - Legacy-Id: 12995 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6884433c6..51479e3fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ anora>=0.1.2 argon2-cffi>=16.1.0 # For the Argon2 password hasher option beautifulsoup4>=4.4 bibtexparser>=0.6.2 -bleach>=1.5.0 +bleach>=1.5.0,<2.0.0 coverage>=4.0.1,!=4.0.2 #cssselect>=0.6.1 # for PyQuery decorator>=3.4.0