Pin docker pip package to prevent issue with docker-compose
This commit is contained in:
parent
43bcefdfe7
commit
f86c3470cf
|
@ -1,5 +1,8 @@
|
||||||
gnureadline
|
gnureadline
|
||||||
docker-compose
|
docker-compose
|
||||||
|
# Docker package pinned to <7 to prevent btcpayserver issue
|
||||||
|
# https://github.com/docker/docker-py/issues/3194
|
||||||
|
docker>=6.0.0,<7.0.0
|
||||||
pipenv
|
pipenv
|
||||||
bcrypt
|
bcrypt
|
||||||
pysocks
|
pysocks
|
||||||
|
|
Loading…
Reference in New Issue
Block a user