Merge pull request #4104 from shin-/bump_docker_py

Bump docker-py
This commit is contained in:
Joffrey F 2016-11-03 11:43:04 -07:00 committed by GitHub
commit d525dd1846
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PyYAML==3.11
backports.ssl-match-hostname==3.5.0.1; python_version < '3'
cached-property==1.2.0
docker-py==1.10.5
docker-py==1.10.6
dockerpty==0.4.1
docopt==0.6.1
enum34==1.0.4; python_version < '3.4'

View File

@ -34,7 +34,7 @@ install_requires = [
'requests >= 2.6.1, != 2.11.0, < 2.12',
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.32.0, < 1.0',
'docker-py >= 1.10.5, < 2.0',
'docker-py >= 1.10.6, < 2.0',
'dockerpty >= 0.4.1, < 0.5',
'six >= 1.3.0, < 2',
'jsonschema >= 2.5.1, < 3',