mirror of https://github.com/docker/compose.git
Merge pull request #290 from d11wtq/bugfix/multiplexed_non_tty
BUGFIX: Update dockerpty for non-TTY multiplexing.
This commit is contained in:
commit
4b890bffde
|
@ -3,4 +3,4 @@ PyYAML==3.10
|
||||||
requests==2.2.1
|
requests==2.2.1
|
||||||
texttable==0.8.1
|
texttable==0.8.1
|
||||||
websocket-client==0.11.0
|
websocket-client==0.11.0
|
||||||
dockerpty==0.1.1
|
dockerpty==0.2.1
|
||||||
|
|
Loading…
Reference in New Issue