[mod] checker : replace pycld3 by langdetect

pycld3 requires the native library cld3
langdetect is a pure python package
This commit is contained in:
Alexandre Flament 2021-01-19 21:26:04 +01:00
parent 0495e15df4
commit aa887eb375
3 changed files with 13 additions and 10 deletions

View file

@ -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