From aa887eb375224da7253f3d98d20b922705e28df6 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 19 Jan 2021 21:26:04 +0100 Subject: [mod] checker : replace pycld3 by langdetect pycld3 requires the native library cld3 langdetect is a pure python package --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 776bbc20b..a8d9b3f20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ pygments==2.1.3 python-dateutil==2.8.1 pyyaml==5.3.1 requests[socks]==2.25.1 -pycld3==0.20 +langdetect==1.0.8 -- cgit v1.2.3