Skip to content

Commit

Permalink
add dependency, fixes #15.
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Mar 10, 2022
1 parent df26354 commit f2ef55e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
namespace_packages=[],
include_package_data=True,
zip_safe=False,
install_requires=["banal >= 1.0.1", "text-unidecode", "chardet"],
install_requires=[
"banal >= 1.0.1",
"text-unidecode",
"chardet",
"charset-normalizer >= 2.0.0",
],
extras_require={
"icu": [
"pyicu >= 1.9.3",
Expand Down

0 comments on commit f2ef55e

Please sign in to comment.