pipupgrade: Initial commit, meant to replace update_dependencies

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-24 00:07:55 -08:00
parent daa5a29ba3
commit 999358c98f

2
pipupgrade.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
pip3 install --user -r requirements.txt --upgrade