Require WebOb>=1.6.0

Nova change 4e923eb9a6 started
using the json_formatter kwarg which was introduced in WebOb
1.6.0:

87c8749a57

So we need to raise the minimum required version for nova to use.

Change-Id: Ia778a11afb03b6d4b57dbd55a801a5a28b10541d
Depends-On: I2bbad0c059cc514ba0be1d42c061056a342caadc
Closes-Bug: #1632723
This commit is contained in:
Matt Riedemann 2016-10-12 10:25:09 -04:00
parent 2669f1c73b
commit 41adb9f039
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ lxml>=2.3 # BSD
Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
WebOb>=1.2.3 # MIT
WebOb>=1.6.0 # MIT
greenlet>=0.3.2 # MIT
PasteDeploy>=1.5.0 # MIT
Paste # MIT