remove qtqdm dependency, switch from chardet to charset-normalizer

This commit is contained in:
2025-09-03 10:32:17 +02:00
parent 63b2a1b7a3
commit c00eb102ff

View File

@@ -8,7 +8,7 @@ dependencies = [
"appdirs>=1.4.4",
"beautifulsoup4>=4.13.5",
"bump-my-version>=0.29.0",
"chardet>=5.2.0",
"charset-normalizer>=3.4.3",
"comtypes>=1.4.9",
"darkdetect>=0.8.0",
"docx2pdf>=0.1.8",
@@ -26,7 +26,6 @@ dependencies = [
"pyside6>=6.9.1",
"python-docx>=1.1.2",
"pyzotero>=1.6.4",
"qtqdm",
"ratelimit>=2.2.1",
"requests>=2.32.3",
]