Sighsighsighsighsighsigh

This commit is contained in:
nolash 2021-03-26 16:16:12 +01:00
parent 80c76f2f2e
commit 4edf7d1e82
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 12 additions and 12 deletions

View File

@ -1,25 +1,25 @@
cic-base~=0.1.2a28
cic-base~=0.1.2a30
celery==4.4.7
crypto-dev-signer~=0.4.14a10
crypto-dev-signer~=0.4.14a11
confini~=0.3.6rc3
cic-eth-registry~=0.5.4a5
cic-eth-registry~=0.5.4a6
#cic-bancor~=0.0.6
redis==3.5.3
alembic==1.4.2
websockets==8.1
requests~=2.24.0
eth_accounts_index~=0.0.11a2
erc20-transfer-authorization~=0.3.1a1
erc20-single-shot-faucet~=0.2.0a7
eth_accounts_index~=0.0.11a3
erc20-transfer-authorization~=0.3.1a2
erc20-single-shot-faucet~=0.2.0a8
#simple-rlp==0.1.2
uWSGI==2.0.19.1
semver==2.13.0
websocket-client==0.57.0
moolb~=0.1.1b2
eth-address-index~=0.1.1a4
chainlib~=0.0.1a35
eth-address-index~=0.1.1a5
chainlib~=0.0.1a36
hexathon~=0.0.1a6
chainsyncer~=0.0.1a20
pysha3==1.0.2
coincurve==15.0.0
sarafu-faucet==0.0.2a9
sarafu-faucet==0.0.2a10

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.2a28
ARG cic_eth_version=0.10.1a5+build.5cc1526c
ARG sarafu_faucet_version=0.0.2a9
ARG cic_base_version=0.1.2a30
ARG cic_eth_version=0.10.1a5+build.80c76f2f
ARG sarafu_faucet_version=0.0.2a10
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 \