Compare commits

..

No commits in common. "78f9f5858dd1fb6bbbb974275033193da0a610b1" and "cfdef2550181aa3848b5953307f0156e4f4ca6c1" have entirely different histories.

2 changed files with 1 additions and 9 deletions

@ -1 +1 @@
Subproject commit 5a94efbc8c4ca7e1a7ef6f40df53177717bb7c16
Subproject commit 7e4f92aaf1cd1dd2626e2b3337277eddfc37578e

@ -1,8 +0,0 @@
#!/bin/sh
#
BASEPATH=`realpath $(dirname $0)`
python3 -m venv $BASEPATH/venv
$BASEPATH/venv/bin/pip install --upgrade pip
find $BASEPATH -name requirements.txt | xargs -L 1 $BASEPATH/venv/bin/pip install -r
$BASEPATH/venv/bin/pip list --outdated --format=json | jq -r '.[] | .name'|xargs -n1 $BASEPATH/venv/bin/pip install -U