Skip to content

Commit

Permalink
fix: update pip dependencies version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schmoock authored and cdecker committed Dec 19, 2019
1 parent dc5a1ad commit c77a085
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions contrib/Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ RUN pip3 install --upgrade pip && \
python3 -m pip install \
CherryPy==17.3.0 \
Flask==1.0.2 \
cheroot==6.5.2 \
cheroot==8.2.1 \
ephemeral-port-reserve==1.1.0 \
flaky==3.4.0 \
pytest-benchmark==3.1.1 \
pytest-forked==0.2 \
pytest-timeout==1.3.3 \
pytest-xdist==1.22.2 \
pytest==3.8.1 \
python-bitcoinlib==0.7.0 \
python-bitcoinlib==0.10.2 \
tqdm==4.26.0 \
pytest-test-groups==1.0.3 \
flake8==3.5.0 \
Expand Down
2 changes: 1 addition & 1 deletion contrib/Dockerfile.builder.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RUN wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_
rm -rf bitcoin.tar.gz bitcoin-$BITCOIN_VERSION

RUN python3 -m pip install --upgrade pip && \
python3 -m pip install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0
python3 -m pip install python-bitcoinlib==0.10.2 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0
4 changes: 2 additions & 2 deletions contrib/Dockerfile.builder.i386
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ RUN pip3 install --upgrade pip && \
python3 -m pip install \
CherryPy==17.3.0 \
Flask==1.0.2 \
cheroot==6.5.2 \
cheroot==8.2.1 \
ephemeral-port-reserve==1.1.0 \
flaky==3.4.0 \
pytest-benchmark==3.1.1 \
pytest-forked==0.2 \
pytest-timeout==1.3.3 \
pytest-xdist==1.22.2 \
pytest==3.8.1 \
python-bitcoinlib==0.7.0 \
python-bitcoinlib==0.10.2 \
tqdm==4.26.0 \
pytest-test-groups==1.0.3 \
flake8==3.5.0 \
Expand Down

0 comments on commit c77a085

Please sign in to comment.