From 1583d8a794f81fe936865c18ab1a94151a624c39 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 7 Jan 2012 21:48:46 +0100 Subject: [PATCH] add lxml missing dependancy --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd86aa0..de5b3ef 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,8 @@ setup( url="http://github.com/buriy/python-readability", packages=find_packages(), install_requires=[ - "chardet" + "chardet", + "lxml" ], classifiers=[ "Environment :: Web Environment",