for real update requirements
This commit is contained in:
parent
2b43f8a47d
commit
ae870d175f
@ -1,4 +1,4 @@
|
||||
cic-base==0.1.3a3+build.4aa03607
|
||||
cic-base==0.1.3a3+build.984b5cff
|
||||
alembic==1.4.2
|
||||
confini~=0.3.6rc3
|
||||
uwsgi==2.0.19.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
cic-base==0.1.3a3+build.4aa03607
|
||||
cic-base==0.1.3a3+build.984b5cff
|
||||
celery==4.4.7
|
||||
crypto-dev-signer~=0.4.14b6
|
||||
confini~=0.3.6rc3
|
||||
|
@ -1 +1 @@
|
||||
cic_base[full_graph]==0.1.3a3+build.4aa03607
|
||||
cic_base[full_graph]==0.1.3a3+build.984b5cff
|
||||
|
@ -1,4 +1,4 @@
|
||||
cic_base[full_graph]==0.1.3a3+build.4aa03607
|
||||
cic_base[full_graph]==0.1.3a3+build.984b5cff
|
||||
cic-eth~=0.11.1a2
|
||||
cic-notify~=0.4.0a6
|
||||
cic-types~=0.1.0a11
|
||||
|
@ -1,4 +1,4 @@
|
||||
cic_base[full_graph]==0.1.3a3+build.4aa03607
|
||||
cic_base[full_graph]==0.1.3a3+build.984b5cff
|
||||
sarafu-faucet==0.0.4a1
|
||||
cic-eth==0.11.1a1
|
||||
cic-types==0.1.0a13
|
||||
|
@ -14,8 +14,11 @@ 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 -vv > $t
|
||||
cp $t $f
|
||||
|
||||
f="$r/test_requirements.txt"
|
||||
>&2 echo updating $f
|
||||
pyreq-update $f base_requirement.txt > $t
|
||||
pyreq-update $f base_requirement.txt -vv > $t
|
||||
cp $t $f
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user