Use newer urllib3

docker requires a newer urllib3, but doesn't express that dependency
correctly. So pull in the latest as of today, or newer.

Change-Id: Ie5c1d0142c8d15d66e7fa9e58d10f2821f194d68
This commit is contained in:
Jesse Keating 2016-05-03 14:57:50 -07:00
parent 562a12ffc8
commit 30c6c26778
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ pygerrit
docker-py
virtualenv
stevedore
urllib3>=1.15.1