Remove webob requirements cap

Looking at the library, and openstack requirements, there doesn't
appear to be a reason to cap webob. So, remove the cap so we can use
newer versions.

Change-Id: Id19c297b540e9081bcf733dff3a334a4b0f477d8
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-12-23 12:03:31 -05:00
parent 13cb40c3a0
commit 271297de90

View File

@ -3,7 +3,7 @@ pbr>=0.5.21,<1.0
argparse
PyYAML>=3.1.0
Paste
WebOb>=1.2.3,<1.3
WebOb>=1.2.3
paramiko>=1.8.0
GitPython>=0.3.3
ordereddict