Bump python SDK version -> 2.5.0

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-08-17 14:31:20 -07:00 committed by Joffrey F
parent 390ba801a3
commit bd3feae62b
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ install_requires = [
'requests >= 2.6.1, != 2.11.0, < 2.12',
'texttable >= 0.9.0, < 0.10',
'websocket-client >= 0.32.0, < 1.0',
'docker >= 2.4.2, < 3.0',
'docker >= 2.5.0, < 3.0',
'dockerpty >= 0.4.1, < 0.5',
'six >= 1.3.0, < 2',
'jsonschema >= 2.5.1, < 3',