diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-01-11 19:55:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 19:55:14 +0100 |
commit | 977e9a433085124e17f2f7f26afabbeb71db9470 (patch) | |
tree | 286c046cdd9eaa069e49c81b6f7f7bb545746b65 /requirements.txt | |
parent | f4004133b605cea8225c720a7f4c593d4c20d13e (diff) | |
parent | dca83944b588be3ec9e49486daea6cf15ef58f78 (diff) | |
download | searxng-977e9a433085124e17f2f7f26afabbeb71db9470.tar.gz searxng-977e9a433085124e17f2f7f26afabbeb71db9470.zip |
Merge pull request #686 from return42/lib_redis
Add redis DB and connector
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 20aa4e34c..0f9c5aa04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,4 @@ uvloop==0.16.0 httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.2 +redis==4.1.0 |