From 999358c98f571f676239e60b8de1ac5cd86c3ecf Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Wed, 24 Nov 2021 00:07:55 -0800 Subject: [PATCH] pipupgrade: Initial commit, meant to replace update_dependencies Signed-off-by: Matthew Stidham --- pipupgrade.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 pipupgrade.sh diff --git a/pipupgrade.sh b/pipupgrade.sh new file mode 100755 index 00000000..24a729eb --- /dev/null +++ b/pipupgrade.sh @@ -0,0 +1,2 @@ +#!/bin/bash +pip3 install --user -r requirements.txt --upgrade