Merge remote-tracking branch 'origin/master' into lash/new-sarafu-token

This commit is contained in:
nolash
2021-06-30 22:01:07 +02:00
24 changed files with 364 additions and 23 deletions

View File

@@ -1 +1 @@
cic-base==0.1.3a3+build.4aa03607
cic-base==0.1.3a3+build.984b5cff

View File

@@ -14,13 +14,13 @@ repos=(../../cic-cache ../../cic-eth ../../cic-ussd ../../data-seeding ../../cic
for r in ${repos[@]}; do
f="$r/requirements.txt"
>&2 echo updating $f
pyreq-update $f base_requirement.txt > $t
pyreq-update $f base_requirement.txt -v > $t
cp $t $f
f="$r/test_requirements.txt"
if [ -f $f ]; then
>&2 echo updating $f
pyreq-update $f base_requirement.txt > $t
pyreq-update $f base_requirement.txt -v > $t
cp $t $f
fi
done