Better version spec for docker-py

- use >= instead of ==

Jira-Issue: OPENSTACK-971
This commit is contained in:
Steve Noyes 2016-06-30 13:08:45 -04:00
parent 17ef5a50a5
commit 0bb430d7ee
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ ansible>=1.9.2
Babel>=0.9.6
cliff>=1.13.0 # Apache-2.0
cliff-tablib>=1.1
docker-py==1.3.1
docker-py>=1.3.1
jsonpickle>=0.9
oslo.i18n>=1.3.0 # Apache-2.0
paramiko>=1.15