Skip to content

Commit ad38fac

Browse files
jcharumburiy
authored andcommitted
Add chardet to installation requirements
1 parent 8c1adc5 commit ad38fac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
license="Apache License 2.0",
1212
url="http://github.com/buriy/python-readability",
1313
packages=find_packages(),
14+
install_requires=[
15+
"chardet"
16+
],
1417
classifiers=[
1518
"Environment :: Web Environment",
1619
"Intended Audience :: Developers",
1720
"Operating System :: OS Independent",
1821
"Programming Language :: Python",
19-
],
22+
],
2023
)

0 commit comments

Comments
 (0)