Change Nailgun urllib3 requirement to fit its spec

The requirements list should be the same in both requirements.txt and
nailgun.spec. So change urllib3==1.7 to urllib3>=1.7.

Change-Id: I9e2da92c08f138da5ce9fcda362b2e2bfbe34fb9
Closes-Bug: #1412711
This commit is contained in:
Igor Kalnitsky 2015-01-20 11:47:43 +02:00
parent 8f840d94cb
commit a87dc20ae5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pycrypto==2.6.1
requests>=1.2.3
simplejson>=3.3.0
six>=1.5.2
urllib3==1.7
urllib3>=1.7
web.py==0.37
wsgilog==0.3
wsgiref==0.1.2