diff options
author | Alexandre Flament <alex@al-f.net> | 2021-01-19 21:26:04 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-01-19 21:26:04 +0100 |
commit | aa887eb375224da7253f3d98d20b922705e28df6 (patch) | |
tree | e1df0469bc79bbab0b95605bda5d3836cf298161 /requirements.txt | |
parent | 0495e15df4b5e88adef24a9b5c3dbb35e4fac072 (diff) | |
download | searxng-aa887eb375224da7253f3d98d20b922705e28df6.tar.gz searxng-aa887eb375224da7253f3d98d20b922705e28df6.zip |
[mod] checker : replace pycld3 by langdetect
pycld3 requires the native library cld3
langdetect is a pure python package
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |