diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-12 09:17:03 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-12 09:31:12 +0100 |
| commit | 50c4b58db652f4ed5b257bd758d54286e743d97f (patch) | |
| tree | d0a32b1a53f8d0be7de666e5f20f2c14394ed56d /requirements.txt | |
| parent | 7f0fe265797e1fa84526951532d6f74f6cdcdbc0 (diff) | |
[hotfix] interim fix to get docker-build of CI without issues
There is an issue with redis v4.1.0 [1] / for the interim lets remove this
python dependency.
[1] https://github.com/searxng/searxng/issues/741
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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 0f9c5aa04..20aa4e34c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,3 @@ uvloop==0.16.0 httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.2 -redis==4.1.0 |