requirements: Force use of html5lib with a version that works.

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 <rbrito@ime.usp.br>
This commit is contained in:
Rogério Brito 2013-06-26 17:29:34 -03:00
parent f99b96d93b
commit 72fd769a45

View file

@ -1,4 +1,5 @@
argparse==1.2.1
beautifulsoup4==4.1.3
html5lib==0.95
nose==1.3.0
requests==1.2.3