Fix docker-py lib version from 1.4.0+ to 1.5.0+

The libnetwork related api is introduced since 1.5.0.

Change-Id: I9383b59be0c8c9208d85f6101961e54b421c4ee8
Closes-Bug: #1531879
This commit is contained in:
Baohua Yang 2016-01-07 08:48:48 -06:00
parent 4461b6d176
commit 39d4dc2b38
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ oslotest>=1.7.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
docker-py>=1.4.0 # Apache-2.0
docker-py>=1.5.0 # Apache-2.0
reno>=0.1.1 # Apache2