Merge pull request #9 from Psycojoker/master

Add lxml to the dependencies list in the setup.py
Please note that lxml sometimes can't be built from sources, lots of people use binary distributions, which setup.py/pip can't handle properly!
pull/10/head
Yuri Baburov 13 years ago
commit fc6a500298

@ -12,7 +12,8 @@ setup(
url="http://github.com/buriy/python-readability",
packages=find_packages(),
install_requires=[
"chardet"
"chardet",
"lxml"
],
classifiers=[
"Environment :: Web Environment",

Loading…
Cancel
Save