summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-01-19 21:26:04 +0100
committerAlexandre Flament <alex@al-f.net>2021-01-19 21:26:04 +0100
commitaa887eb375224da7253f3d98d20b922705e28df6 (patch)
treee1df0469bc79bbab0b95605bda5d3836cf298161 /requirements.txt
parent0495e15df4b5e88adef24a9b5c3dbb35e4fac072 (diff)
downloadsearxng-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.txt2
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