Skip to content

Commit fc6a500

Browse files
committed
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!
2 parents 11c4d95 + 1583d8a commit fc6a500

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
url="http://github.com/buriy/python-readability",
1313
packages=find_packages(),
1414
install_requires=[
15-
"chardet"
15+
"chardet",
16+
"lxml"
1617
],
1718
classifiers=[
1819
"Environment :: Web Environment",

0 commit comments

Comments
 (0)