Use upstream dockerpty 0.3.2
This reverts commit 60411e9f05.
Closes #556
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Conflicts:
requirements.txt
setup.py
This commit is contained in:
parent
cb275b8633
commit
38a3ee8d63
10 changed files with 12 additions and 703 deletions
1
setup.py
1
setup.py
|
|
@ -31,6 +31,7 @@ install_requires = [
|
|||
'texttable >= 0.8.1, < 0.9',
|
||||
'websocket-client >= 0.11.0, < 0.12',
|
||||
'docker-py >= 0.5.3, < 0.6',
|
||||
'dockerpty >= 0.3.2, < 0.4',
|
||||
'six >= 1.3.0, < 2',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue