From 72fd769a451e7be810fa57de8cbdb201ab1ceeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= Date: Wed, 26 Jun 2013 17:29:34 -0300 Subject: [PATCH] requirements: Force use of `html5lib` with a version that works. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This works for me and apparently causes the script to parse HTML better with BeautifulSoup 4. This should help with issues #131, #134, #137. Signed-off-by: Rogério Brito --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 68c7534..82b176e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ argparse==1.2.1 beautifulsoup4==4.1.3 +html5lib==0.95 nose==1.3.0 requests==1.2.3