From 7b3b84fbdb6d7584d83e6a16b1eaa68fb671e20e Mon Sep 17 00:00:00 2001 From: Fabio Tielen // Code Agency Date: Mon, 4 Sep 2023 23:38:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore(requirements.txt):?= =?UTF-8?q?=20add=20redis=20package=20to=20the=20requirements=20The=20redi?= =?UTF-8?q?s=20package=20is=20added=20to=20the=20requirements.txt=20file?= =?UTF-8?q?=20to=20ensure=20that=20the=20application=20has=20the=20necessa?= =?UTF-8?q?ry=20dependencies=20installed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odoo/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo/requirements.txt b/odoo/requirements.txt index fb6626a..066fba9 100644 --- a/odoo/requirements.txt +++ b/odoo/requirements.txt @@ -1,2 +1,3 @@ debugpy websocket-client +redis \ No newline at end of file