Upgrade deps

This commit is contained in:
nolash
2021-10-18 17:16:28 +02:00
parent b765c4ab88
commit ad493705ad
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ ARG EXTRA_PIP_INDEX_URL=https://pip.grassrootseconomics.net:8433
ARG EXTRA_PIP_ARGS=""
ARG PIP_INDEX_URL=https://pypi.org/simple
RUN apt-get update -y && apt-get install libffi-dev
RUN apt-get install libffi-dev
RUN pip install --index-url $PIP_INDEX_URL \
--pre \

View File

@@ -1,4 +1,4 @@
celery==4.4.7
chainlib-eth>=0.0.10a3,<0.1.0
chainlib-eth>=0.0.10a4,<0.1.0
semver==2.13.0
crypto-dev-signer>=0.4.15rc2,<0.5.0