mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
fix: update pip dependencies version in dockerfile
This commit is contained in:
committed by
Christian Decker
parent
dc5a1ad664
commit
c77a085ca4
@@ -55,7 +55,7 @@ RUN pip3 install --upgrade pip && \
|
|||||||
python3 -m pip install \
|
python3 -m pip install \
|
||||||
CherryPy==17.3.0 \
|
CherryPy==17.3.0 \
|
||||||
Flask==1.0.2 \
|
Flask==1.0.2 \
|
||||||
cheroot==6.5.2 \
|
cheroot==8.2.1 \
|
||||||
ephemeral-port-reserve==1.1.0 \
|
ephemeral-port-reserve==1.1.0 \
|
||||||
flaky==3.4.0 \
|
flaky==3.4.0 \
|
||||||
pytest-benchmark==3.1.1 \
|
pytest-benchmark==3.1.1 \
|
||||||
@@ -63,7 +63,7 @@ RUN pip3 install --upgrade pip && \
|
|||||||
pytest-timeout==1.3.3 \
|
pytest-timeout==1.3.3 \
|
||||||
pytest-xdist==1.22.2 \
|
pytest-xdist==1.22.2 \
|
||||||
pytest==3.8.1 \
|
pytest==3.8.1 \
|
||||||
python-bitcoinlib==0.7.0 \
|
python-bitcoinlib==0.10.2 \
|
||||||
tqdm==4.26.0 \
|
tqdm==4.26.0 \
|
||||||
pytest-test-groups==1.0.3 \
|
pytest-test-groups==1.0.3 \
|
||||||
flake8==3.5.0 \
|
flake8==3.5.0 \
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ RUN wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_
|
|||||||
rm -rf bitcoin.tar.gz bitcoin-$BITCOIN_VERSION
|
rm -rf bitcoin.tar.gz bitcoin-$BITCOIN_VERSION
|
||||||
|
|
||||||
RUN python3 -m pip install --upgrade pip && \
|
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
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ RUN pip3 install --upgrade pip && \
|
|||||||
python3 -m pip install \
|
python3 -m pip install \
|
||||||
CherryPy==17.3.0 \
|
CherryPy==17.3.0 \
|
||||||
Flask==1.0.2 \
|
Flask==1.0.2 \
|
||||||
cheroot==6.5.2 \
|
cheroot==8.2.1 \
|
||||||
ephemeral-port-reserve==1.1.0 \
|
ephemeral-port-reserve==1.1.0 \
|
||||||
flaky==3.4.0 \
|
flaky==3.4.0 \
|
||||||
pytest-benchmark==3.1.1 \
|
pytest-benchmark==3.1.1 \
|
||||||
@@ -63,7 +63,7 @@ RUN pip3 install --upgrade pip && \
|
|||||||
pytest-timeout==1.3.3 \
|
pytest-timeout==1.3.3 \
|
||||||
pytest-xdist==1.22.2 \
|
pytest-xdist==1.22.2 \
|
||||||
pytest==3.8.1 \
|
pytest==3.8.1 \
|
||||||
python-bitcoinlib==0.7.0 \
|
python-bitcoinlib==0.10.2 \
|
||||||
tqdm==4.26.0 \
|
tqdm==4.26.0 \
|
||||||
pytest-test-groups==1.0.3 \
|
pytest-test-groups==1.0.3 \
|
||||||
flake8==3.5.0 \
|
flake8==3.5.0 \
|
||||||
|
|||||||
Reference in New Issue
Block a user