diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-17 17:19:41 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-17 18:03:29 +0100 |
commit | e85744c2543136fdb1efd1a3d924f381ddadb490 (patch) | |
tree | 1caa0f4a557e6c11befa9838aa80e649cc286725 /requirements.txt | |
parent | 96ab5e57ff92aba4ab0fedeb4e5fbfa09e9fc2e2 (diff) | |
download | searxng-e85744c2543136fdb1efd1a3d924f381ddadb490.tar.gz searxng-e85744c2543136fdb1efd1a3d924f381ddadb490.zip |
Revert "[hotfix] interim fix to get docker-build of CI without issues"
This reverts interim fix from commit 50c4b58db and adds requirement
`redis==4.1.1`.
The interim fix was needed by Alpine images (Docker) [1] and has been fixed in
commit [2] merged with the patch series from [3]. In redis-py version 4.1.1
this pach has been released on PyPi [4].
[1] https://github.com/redis/redis-py/issues/1869
[2] https://github.com/redis/redis-py/commit/1fc1233f
[3] https://github.com/redis/redis-py/pull/1854
[4] https://github.com/redis/redis-py/issues/1880
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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..e9fd942d1 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.1 |