Commit f65279d2 authored by delanoe's avatar delanoe

[DOC] requirement for pip install updated.

parent 1fbed046
...@@ -65,3 +65,5 @@ sympy==0.7.5 ...@@ -65,3 +65,5 @@ sympy==0.7.5
tornado==4.0.1 tornado==4.0.1
uWSGI==2.0.7 uWSGI==2.0.7
ujson==1.33 ujson==1.33
html5lib==0.9999999
html5tidy==1.0
...@@ -53,7 +53,7 @@ class EuropressFileParser(FileParser): ...@@ -53,7 +53,7 @@ class EuropressFileParser(FileParser):
format_europresse = 1 format_europresse = 1
html_articles = html.xpath('//div[@id="docContain"]') html_articles = html.xpath('//div[@id="docContain"]')
if len(html_articles) < 1: if len(html_articles) < 1 :
format_europresse = 50.2 format_europresse = 50.2
html_parser = html5parser.etree.HTMLParser(encoding=codif) html_parser = html5parser.etree.HTMLParser(encoding=codif)
html = html5parser.etree.fromstring(contents, html_parser) html = html5parser.etree.fromstring(contents, html_parser)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment