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:
parent
13cb40c3a0
commit
271297de90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user