Fixed "'utf-8' codec can't decode byte" error

This commit is contained in:
Deniz Şafak
2025-04-27 11:56:28 +03:00
parent 7135ea6222
commit a6bdc9c086
3 changed files with 26 additions and 11 deletions
+4 -3
View File
@@ -19,7 +19,9 @@ dependencies = [
"beautifulsoup4>=4.13.4",
"PyMuPDF>=1.25.5",
"soundfile>=0.13.1",
"pygame>=2.6.1"
"pygame>=2.6.1",
"charset_normalizer>=3.4.1",
"chardet>=5.2.0"
]
classifiers = [
@@ -52,10 +54,9 @@ abogen-cli = "abogen.main:main"
exclude = [
"/.github",
"/demo",
"/demo",
"/abogen/resources",
"/abogen/assets/create_shortcuts.bat",
"WINDOWS_INSTALL.bat",
]
[tool.hatch.build.targets.wheel]