Skip to content

Commit 2185415

Browse files
author
jmahlik
committed
fix: local mode do not allow docker-py 5.0.1 due to buffering issue
1 parent 7b07b90 commit 2185415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def read_version():
5151
"local": [
5252
"urllib3>=1.21.1,!=1.25,!=1.25.1",
5353
"docker-compose>=1.25.2",
54+
"docker!=5.0.1",
5455
"PyYAML>=5.3, <6", # PyYAML version has to match docker-compose requirements
5556
"psutil",
5657
],

0 commit comments

Comments
 (0)