Skip to content

Commit

Permalink
Merge pull request #245 from readwiseio/hannes/replace-cchardet
Browse files Browse the repository at this point in the history
Replace cchardet with the Python 3.11.x compatible faust-cchardet
  • Loading branch information
fhamborg committed Aug 29, 2023
2 parents d0af0dd + e01e9ec commit a11da20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -18,5 +18,5 @@ ago>=0.0.9
six>=1.10.0
hurry.filesize>=0.9
bs4
cchardet>=2.1.7
boto3
faust-cchardet>=2.1.18
boto3
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
'lxml>=3.3.5',
'hurry.filesize>=0.9',
'bs4',
'cchardet>=2.1.7',
'faust-cchardet>=2.1.18',
'boto3'
],
extras_require={
Expand Down

0 comments on commit a11da20

Please sign in to comment.