Merge remote-tracking branch 'origin/master' into lash/new-sarafu-token
This commit is contained in:
@@ -1 +1 @@
|
||||
cic-base==0.1.3a3+build.4aa03607
|
||||
cic-base==0.1.3a3+build.984b5cff
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user