Add missing library into requirements.txt

Neutron lib uses WebOb library but it's not included in requirements file.

TrivialFix

Change-Id: Ieae980b4fc3575ab29ca1547c8627d51efa820f8
This commit is contained in:
Hirofumi Ichihara
2017-08-07 11:10:12 +09:00
parent 5876ff6e44
commit e1a3c983ff

View File

@@ -17,3 +17,4 @@ oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
oslo.policy>=1.23.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
WebOb>=1.7.1 # MIT