aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pyblog: use lxml instead of xmlZhiming Wang2015-06-101-0/+1
| | | | | | Specifically lxml.etree instead of xml.etree.ElementTree. This allows CDATA without hack.
* add requirements.txtZhiming Wang2015-05-071-0/+3
Also install requirements in .travis.yml. By the way, I explored ways to install Pandoc in a Travis container environment (without sudo), but that's just too hard. Giving up.