From 3a87b4e43bc7d02fe4e02249f65d657fd4459be6 Mon Sep 17 00:00:00 2001 From: UncleCode Date: Wed, 26 Feb 2025 18:25:58 +0800 Subject: [PATCH] fix(dependencies): update cchardet to faust-cchardet for compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcee2974..2d7be2bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "fake-useragent>=2.0.3", "click>=8.1.7", "pyperclip>=1.8.2", - "cchardet>=2.1.7", + "faust-cchardet>=2.1.19", "aiohttp>=3.11.11" ] classifiers = [