Upgrade to lndmanage v0.11.0 (#406)

This commit is contained in:
bitromortac 2020-08-29 21:47:59 +02:00 committed by GitHub
parent fd75b019d0
commit aa10fd7005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -124,8 +124,9 @@ fi
# Install any pip3 software
pip3 install --upgrade pip setuptools wheel
pip3 install gnureadline --no-cache-dir
pip3 install lndmanage==0.10.0 --no-cache-dir # Install LND Manage (keep up to date with LND)
pip3 install lndmanage==0.11.0 --no-cache-dir # Install lndmanage (keep up to date with LND)
pip3 install docker-compose --no-cache-dir
pip3 install pipenv --no-cache-dir
pip3 install bcrypt --no-cache-dir

View File

@ -199,10 +199,10 @@ fi
# Install Python3 specific tools (run multiple times to make sure success)
pip3 install wheel setuptools
pip3 install --upgrade pip wheel setuptools
pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib
pip3 install gnureadline
pip3 install lndmanage==0.10.0 # Install LND Manage (keep up to date with LND)
pip3 install lndmanage==0.11.0 # Install LND Manage (keep up to date with LND)
pip3 install docker-compose
pip3 install pipenv
pip3 install pysocks