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:
Ben Firshman 2014-10-27 11:27:20 +00:00
commit 38a3ee8d63
10 changed files with 12 additions and 703 deletions

View file

@ -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',
]