From 6e82bf7091d45081c20360b59583f70d3679d5f1 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 10 Jun 2015 01:20:39 -0700 Subject: pyblog: use lxml instead of xml Specifically lxml.etree instead of xml.etree.ElementTree. This allows CDATA without hack. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 0d6bc62b..4e0569be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ beautifulsoup4 colorama +lxml python-dateutil -- cgit v1.2.1