Upgrade deps

This commit is contained in:
nolash 2021-04-03 00:23:42 +02:00
parent 08fba819e4
commit 0079fc3fbb
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
cic-base~=0.1.2a53
cic-base~=0.1.2a55
celery==4.4.7
crypto-dev-signer~=0.4.14a16
crypto-dev-signer~=0.4.14a17
confini~=0.3.6rc3
cic-eth-registry~=0.5.4a9
#cic-bancor~=0.0.6
@ -16,7 +16,7 @@ semver==2.13.0
websocket-client==0.57.0
moolb~=0.1.1b2
eth-address-index~=0.1.1a5
chainlib~=0.0.1a43
chainlib~=0.0.1a46
hexathon~=0.0.1a7
chainsyncer~=0.0.1a20
chainqueue~=0.0.1a1

View File

@ -57,9 +57,9 @@ WORKDIR /home/grassroots
USER grassroots
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2a49
ARG cic_eth_version=0.10.1b1
ARG sarafu_faucet_version=0.0.2a13
ARG cic_base_version=0.1.2a55
ARG cic_eth_version=0.10.1b3
ARG sarafu_faucet_version=0.0.2a15
ARG cic_contracts_version=0.0.2a2
RUN pip install --user --extra-index-url $pip_extra_index_url cic-base[full_graph]==$cic_base_version \
cic-eth==$cic_eth_version \