From d3d55c791bf082cb08c2ea8b1fe8a56f5ada4309 Mon Sep 17 00:00:00 2001 From: SWHL Date: Sun, 3 Nov 2024 22:20:27 +0800 Subject: [PATCH] chore: add chardet package --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3603f93..82c717e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ tokenizers>=0.13.2 numpy<2.0.0 opencv-python Pillow>=9.2.0 -PyYAML \ No newline at end of file +PyYAML +chardet \ No newline at end of file