diff options
author | Alexandre Flament <alex@al-f.net> | 2023-09-09 10:18:39 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-09-09 13:02:36 +0200 |
commit | d07c006aed12631a7e0f9a5c82288a8ef7c5bfad (patch) | |
tree | 3d44039eb5302fc7db7d398f6ec92f03635142c3 /requirements.txt | |
parent | 8e45ac42717da130017b53fd332afa416e36b194 (diff) | |
download | searxng-d07c006aed12631a7e0f9a5c82288a8ef7c5bfad.tar.gz searxng-d07c006aed12631a7e0f9a5c82288a8ef7c5bfad.zip |
Replace chompjs with pure Python code
The new implementation is good enough for the current usage (brave)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 6088f6338..a88f7adc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,3 @@ markdown-it-py==3.0.0 typing_extensions==4.7.1 fasttext-predict==0.9.2.1 pytomlpp==1.0.13 -chompjs==1.2.2
\ No newline at end of file |