diff options
author | ArtikusHG <artiomoleynic@gmail.com> | 2022-12-16 19:43:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 19:43:10 +0000 |
commit | 735e388cec91097cc95bfffd0e1a5e4c25e595ef (patch) | |
tree | 61aac219bb9d5d3ce91ce5214171c9170c28502c /requirements.txt | |
parent | 1f8f8c1e91040fd10bacdc473b8d5f97dda6424e (diff) | |
parent | 2a51c856722df19831c20ba455f74a33180a4ec8 (diff) | |
download | searxng-735e388cec91097cc95bfffd0e1a5e4c25e595ef.tar.gz searxng-735e388cec91097cc95bfffd0e1a5e4c25e595ef.zip |
Merge branch 'master' into fasttext
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index b22f116ba..5c45fff6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ babel==2.11.0 flask-babel==2.0.0 flask==2.2.2 jinja2==3.1.2 -lxml==4.9.1 +lxml==4.9.2 pygments==2.13.0 python-dateutil==2.8.2 pyyaml==6.0 @@ -12,6 +12,7 @@ Brotli==1.0.9 uvloop==0.17.0 httpx-socks[asyncio]==0.7.2 setproctitle==1.3.2 -redis==4.3.5 +redis==4.4.0 markdown-it-py==2.1.0 typing_extensions==4.4.0 +fasttext-wheel==0.9.2 |