for real update requirements

This commit is contained in:
nolash 2021-06-30 17:58:52 +02:00
parent 2b43f8a47d
commit ae870d175f
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
6 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
cic_base[full_graph]==0.1.3a3+build.4aa03607
cic_base[full_graph]==0.1.3a3+build.984b5cff

View File

@ -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

View File

@ -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

View File

@ -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