Merge pull request #3351 from shin-/3342-setup-requirements

Force docker-py 1.8.0 or above
This commit is contained in:
Joffrey F 2016-04-20 17:40:51 -07:00
commit da1d603463

View File

@ -34,7 +34,7 @@ install_requires = [
'requests >= 2.6.1, < 2.8', 'requests >= 2.6.1, < 2.8',
'texttable >= 0.8.1, < 0.9', 'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.32.0, < 1.0', 'websocket-client >= 0.32.0, < 1.0',
'docker-py > 1.7.2, < 2', 'docker-py >= 1.8.0, < 2',
'dockerpty >= 0.4.1, < 0.5', 'dockerpty >= 0.4.1, < 0.5',
'six >= 1.3.0, < 2', 'six >= 1.3.0, < 2',
'jsonschema >= 2.5.1, < 3', 'jsonschema >= 2.5.1, < 3',