searxng/requirements.txt
Markus Heiser a6cfab93fa [enh] add redis connector searx/shared/redisdb.py
Add a redis connector, the default DB connector is a socket at::

    unix:///usr/local/searxng-redis/run/redis.sock?db=0

To set up a redis instance simply use::

    $ ./manage redis.build
    $ sudo -H ./manage redis.install

A hint for developers:

To get access rights to this instance, your developer account needs to be added
to the *searxng-redis* group::

    $ sudo -H ./manage redis.addgrp "${USER}"
    # don't forget to logout & login to get member of group

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-01-03 20:56:39 +01:00

17 lines
271 B
Plaintext

certifi==2021.10.8
babel==2.9.1
flask-babel==2.0.0
flask==2.0.2
jinja2==3.0.3
lxml==4.7.1
pygments==2.11.0
python-dateutil==2.8.2
pyyaml==6.0
httpx[http2]==0.19.0
Brotli==1.0.9
uvloop==0.16.0
httpx-socks[asyncio]==0.4.1
langdetect==1.0.9
setproctitle==1.2.2
redis==4.1.0