diff --git a/pyproject.toml b/pyproject.toml index 01cb033..17eebc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] dependencies = [ "trio", - "cchardet", + "faust-cchardet", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 5724e01..67d7787 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ trio -cchardet +# See: https://github.com/PyYoshi/cChardet/issues/81#issuecomment-1329126634 +faust-cchardet