Use docker-py 1.0.0

Signed-off-by: Zoltan Nagy <abesto@abesto.net>
This commit is contained in:
Zoltan Nagy 2015-02-20 17:18:51 +01:00
commit 8f38b28816
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ install_requires = [
'requests >= 2.2.1, < 3',
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.11.0, < 1.0',
'docker-py >= 0.6.0, < 0.8',
'docker-py >= 1.0.0, < 1.1.0',
'dockerpty >= 0.3.2, < 0.4',
'six >= 1.3.0, < 2',
]