We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1adc5 commit ad38facCopy full SHA for ad38fac
setup.py
@@ -11,10 +11,13 @@
11
license="Apache License 2.0",
12
url="http://github.com/buriy/python-readability",
13
packages=find_packages(),
14
+ install_requires=[
15
+ "chardet"
16
+ ],
17
classifiers=[
18
"Environment :: Web Environment",
19
"Intended Audience :: Developers",
20
"Operating System :: OS Independent",
21
"Programming Language :: Python",
- ],
22
23
)
0 commit comments