From e2582ec7b4aa01ff731f3b05a480571a393f8723 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 28 Jan 2023 15:18:53 +0100 Subject: [PATCH] add requests dependency --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 27ae58a..0c63680 100755 --- a/scripts/install +++ b/scripts/install @@ -87,6 +87,7 @@ pushd $final_path python3 -m venv venv venv/bin/pip install --upgrade pip venv/bin/pip install -r requirements.txt # should only be flask for now, but just in case + venv/bin/pip install requests popd #=================================================